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
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
+

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