gencer / SCSS-Everywhere

A Visual Studio Code extension that provides CSS class and ID atttribute completion with incremental build and usage explorer for the HTML class attribute based on the CSS/Template files in your workspace. Also supports React's className attribute.
https://marketplace.visualstudio.com/items?itemName=gencer.html-slim-scss-css-class-completion
MIT License
24 stars 9 forks source link

Classes do not appear if the class or id tag is autocompleted with some snippet #36

Open COD3BREAK3R opened 5 years ago

COD3BREAK3R commented 5 years ago

For example, if I use the autocomplete of the class tag, it automatically puts me as follows: class = "", with the cursor inside the quotes, but if I start to write inside the quotes the name of the class does not appear, but if I simply move the cursor to the cursor to the right or to any other place and place it back inside the quotation marks and start writing again if the classes appear. Please I hope that this is fixed and that the extension shows the classes even if an autocomplete or snippet is used.

I hope you understood me.