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
@@ -18,14 +24,13 @@ A Visual Studio Code extension that provides CSS class name completion for the H
18
24
You can request new features on the [extension repository on GitHub](https://github.com/Zignd/HTML-CSS-Class-Completion/issues).
19
25
20
26
## What's new in version 1.2.x (Mai 28, 2017)
27
+
### 1.3.0 (Jun 1, 2017)
28
+
* Added support for Vue Single File Components. Thanks to github.com/bypatryk.
29
+
21
30
### 1.2.1 (Mai 28, 2017)
22
31
* Rolling back a change that was causing node_modules to be ignored.
23
32
24
-
### 1.2.0 (Mai 9, 2017)
25
-
* Now completion gets triggered when you open single quotes, double quotes or types a space character". Thanks to github.com/allevaton.
26
-
* Internal refactors. Thanks to github.com/allevaton.
27
-
28
-
Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/1.2.0/CHANGELOG.md) for all updates.
33
+
Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/1.3.0/CHANGELOG.md) for all updates.
29
34
30
35
## Usage
31
36
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