You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A Visual Studio Code extension that provides CSS class name completion for the HTML `class` attribute based on the CSS class definitions that can be found in your workspace or in external files referenced through the `link` element.
4
4
5
-

5
+

6
6
7
7
## Features
8
8
* Gives you autocompletion for CSS class definitions that can be found in your workspace (defined in CSS files or the in types listed in the Supported Language Modes section)
@@ -20,18 +20,18 @@ A Visual Studio Code extension that provides CSS class name completion for the H
You can request new features and/or contribute to the extension development on its [repository on GitHub](https://github.com/Zignd/HTML-CSS-Class-Completion/issues). Look for an issue you're interested in working on, comment on it to let me know you're working on it and submit your pull request! :D
26
27
27
-
## What's new in version 1.8.x (Ago 20, 2017)
28
-
* Added support for Embedded Ruby (.html.erb).
29
-
* Small parsing related fix.
28
+
## What's new in version 1.9.0 (Ago 27, 2017)
29
+
* Added support for Handlebars.
30
30
31
-
Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/1.8.1/CHANGELOG.md) for the current and previous updates.
31
+
Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/master/CHANGELOG.md) for the current and previous updates.
32
32
33
33
## Usage
34
34
If there are HTML files on your workspace the extension automatically starts and look for CSS class definitions. In case new CSS classes are definined or new CSS files are added to the workspace and you also want auto completion for them simply hit the lightning icon you will find on the status bar and execute the command pressing `Ctrl+Shift+P` and then typing "Cache CSS class definitions".
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "html-css-class-completion",
3
3
"displayName": "IntelliSense for CSS class names",
4
4
"description": "Provides CSS class name completion for the HTML class attribute based on the CSS files in your workspace. Also supports React's className attribute.",
0 commit comments