File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Visual Studio Code CSS Support for HTML Documents
22
3- Missing CSS support for HTML documents.
3+ Missing ` id ` and ` class ` attribute completion support for HTML documents.
44
55## Features
66
77- HTML ` class ` attribute completion.
88- HTML ` id ` attribute completion.
9- - Supports ` <link rel="stylesheet"> ` and ` <style></style> ` tags .
9+ - Supports linked [ ` <link rel="stylesheet"> ` ] and embedded [ ` <style></style> ` ] style sheets .
1010- Supports template inheritance.
1111- Supports additional style sheets.
1212- Supports other HTML like languages.
1313
1414## Linked and Embedded Style Sheets
1515
1616In the following HTML file, completion will suggest for all ` id ` and ` class ` attributes. All
17- local links point to same ` site.css ` file.
17+ local links point to the same file.
1818
1919** ` index.html ` **
2020``` html
@@ -116,4 +116,4 @@ setting requires restarting VS Code.
116116
117117## Usage
118118
119- You can view a list of class and id attributes via ` ctrl + space ` .
119+ You can view a list of class and id attributes via ` ctrl + space ` . Note that, extension will be activated a few seconds after VS Code starts.
You can’t perform that action at this time.
0 commit comments