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
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# IntelliSense for CSS class names
2
2
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 external files referenced through the `link` element.
3
+
A Visual Studio Code extension that provides CSS class name completion for the HTML `class` attribute based on the definitions found in your workspace or external files referenced through the `link` element.
4
4
5
5

6
6
7
7
## Features
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)
8
+
* Gives you autocompletion for CSS class definitions that can be found in your workspace (defined in CSS files or the in the file types listed in the Supported Language Modes section)
9
9
* Supports external stylesheets referenced through `link` elements in HTML files
10
10
* Command to manually re-cache the class definitions used in the autocompletion
11
11
* User Settings to override which folders and files should be considered or excluded from the caching process
@@ -31,21 +31,21 @@ A Visual Studio Code extension that provides CSS class name completion for the H
31
31
## Contributions
32
32
You can request new features and 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
33
33
34
-
## What's new in version 1.15.0 (Dec 27, 2017)
35
-
*Added User Settings to consider or exclude folder and files from the caching process.
34
+
## What's new in version 1.16.0 (Jan 14, 2018)
35
+
*Automatic re-caching when the extension's User Settings change.
36
36
37
37
Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/master/CHANGELOG.md) for the current and previous updates.
38
38
39
39
## Usage
40
-
If there are HTML or JS files on your workspace, the extension automatically starts and looks for CSS class definitions. In case new CSS classes are defined, or new CSS files are added to the workspace, and you also want auto-completion for them, just hit the lightning icon on the status bar. Also, you can execute the command by pressing `Ctrl+Shift+P`(`cmd+Shift+P` for Mac) and then typing "Cache CSS class definitions."
40
+
If there are HTML or JS files on your workspace, the extension automatically starts and looks for CSS class definitions. In case new CSS classes are defined, or new CSS files are added to the workspace, and you also want auto-completion for them, just hit the lightning icon on the status bar. Also, you can execute the command by pressing `Ctrl+Shift+P`(`Cmd+Shift+P` for Mac) and then typing "Cache CSS class definitions."
41
41
42
42
### User Settings
43
43
You can change the folders and files the extension will consider or exclude during the caching process by setting the following User Settings:
0 commit comments