Skip to content

Commit 1d4a6d4

Browse files
committed
Create README.md
1 parent 7584ea7 commit 1d4a6d4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#HTML CSS Class Completion
2+
3+
A Visual Studio Code extension that provides CSS class completion for the HTML class attribute based on the CSS files on your workspace.
4+
5+
![](http://i.imgur.com/CJnAb8Q.gif)
6+
7+
##Features
8+
* Fetches all CSS classes from CSS files on the current workspace (opened folder)
9+
* Fetches all CSS classes from HTML style tags in HTML files on the current workspace [Not implemented yet]
10+
* Option to allow the user to specify directories in which the extension will look for CSS classes [Not implemented yet]
11+
12+
##Usage
13+
The extension starts to fetch for CSS classes on CSS files on your workspace as soon as you open a HTML file for the first time, a notification will be displayed on the top of your editor stating that this process started and as soon as it finishes another notification is displayed stating the end.
14+
15+
As soon as this initial process finishes you're ready to make use of the extension as in the demonstration above.

0 commit comments

Comments
 (0)