vunguyentuan / vscode-css-variables

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

Bug: excessive highlighting when hovering over variable #49

Closed leonardolima99 closed 1 year ago

leonardolima99 commented 2 years ago

Hello, your extension is exactly what I needed, thank you very much for creating it.

I noticed that when I position my cursor over the variable in the css, it selects all or a good part of the code. This is probably not the proper behavior.

Here is a printout showing the problem.

Screenshot_20221020_153207

Is there anything I can do to fix this, any settings?