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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ A Visual Studio Code extension that provides CSS class name completion for the H
14
14
* Customization of the directories in which the extension will look for class definitions through User Settings
15
15
* Support for PHP, Razor, Jade...
16
16
17
+
## Changelog
18
+
### 1.0.2 (Sep 17, 2016)
19
+
* Refactored to add proper asynchronous parallel parsing of the documents
20
+
17
21
## Usage
18
22
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".
0 commit comments