Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 538 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 538 Bytes

This is the official repo of the CSS to Go VSCode extension. You can find the rust parser and autocompletion code in autocompletion-engine, and the vscode extension glue code in vscode-extension.

autocomplete

In order to have class names appear in your autocomplete list, you must first add the CSS files you want autocompletion for by right-clicking the file and pressing "Add CSS file to autocomplete".