Skip to content

Commit 08c303f

Browse files
committed
add note for the configuration options
1 parent 0697b18 commit 08c303f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ You can request new features and/or contribute to the extension development on i
3636
Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/master/CHANGELOG.md) for the current and previous updates.
3737

3838
## Usage
39-
If there are HTML 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, simply hit the lightning icon on the status bar and execute the command by pressing `Ctrl+Shift+P`(`cmd+Shift+P` for Mac) and then typing "Cache CSS class definitions".
39+
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, simply hit the lightning icon on the status bar and execute the command by pressing `Ctrl+Shift+P`(`cmd+Shift+P` for Mac) and then typing "Cache CSS class definitions".
40+
41+
You can omit or exclusively include the folders to search for by using these configurations:
42+
`css-class-completion.includeGlobPattern` or `css-class-completion.excludeGlobPattern`.
4043

4144
![](https://i.imgur.com/O7NjEUW.gif)
4245
![](https://i.imgur.com/uyiXqMb.gif)

0 commit comments

Comments
 (0)