File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- # Visual Studio Code CSS Support for HTML Documents
1+ # Visual Studio Code CSS Intellisense for HTML
22
3- Missing ` id ` and ` class ` attribute completion support for HTML documents .
3+ HTML ` id ` and ` class ` attribute completion for VS Code .
44
55## Features
66
@@ -136,8 +136,7 @@ If it is not possible to specify local or remote styles in HTML or via template
136136
137137## Supported Languages
138138
139- Supported languages can be configured with the ` css.enabledLanguages ` setting. By default
140- ` html ` is enabled:
139+ Supported languages can be configured with the ` css.enabledLanguages ` setting. By default ` html ` is enabled:
141140
142141``` json
143142"css.enabledLanguages" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-html-css" ,
33 "displayName" : " HTML CSS Support" ,
4- "description" : " CSS support for HTML documents " ,
4+ "description" : " CSS Intellisense for HTML" ,
55 "version" : " 1.3.1" ,
66 "publisher" : " ecmel" ,
77 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments