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

Settings option to choose what folder a project is in #68

Open romgerman opened 3 years ago

romgerman commented 3 years ago

Hello. So I have a CMS which has tons of css files and my project is only in themes folder. Scanning css/scss files take around 1-2 minutes. Currently I am using glob pattern to exclude CMS system folders but it's very inconvenient. Please add something like src or rootDir option to limit the scanning process. Thanks!

gencer commented 3 years ago

It seems, That would be easy to implement.

I'll consider this as soon as possible.