vunguyentuan / vscode-css-variables

CSS variables autocomplete for vscode
https://marketplace.visualstudio.com/items?itemName=vunguyentuan.vscode-css-variables
MIT License
135 stars 19 forks source link

Warn if not defined #74

Open JosephAbbey opened 1 year ago

JosephAbbey commented 1 year ago

It seems like it should be possible to provide a waring in the editor if you try to use a variable that is not defined. This should definitely be optional with a setting though as it would not work in all situations, especially with runtime css injection.

Thanks

horvbalint commented 1 month ago

I would love for this to be available, it would make refactoring css vars much much easier.