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

Ctrl + click for references doesn't work properly when extension is enabled #62

Open Rod911 opened 1 year ago

Rod911 commented 1 year ago

See below screenshots:

When extension is disabled, the references lists all the lines where the variable is used. image1

When enabled, it shows only the same definition twice. image2