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
.
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".