pucelle / vscode-css-navigation

Allowing Go to definition from HTML to CSS, or Find References from CSS to HTML.
https://marketplace.visualstudio.com/items?itemName=pucelle.vscode-css-navigation
MIT License
64 stars 8 forks source link

A dash separates the active link of the CSS class #57

Closed kanlukasz closed 3 years ago

kanlukasz commented 3 years ago

I'm not sure if it's because of VSCode API or settings, but I've been noticing for a while that the dash separates the active link of the CSS class. The easiest way to show it is on a video gif. I attached below

gif45

Should it work like this?

My environment:

pucelle commented 3 years ago

I guess this should come from another plugin, or a vscode setting, my vscode environment with "CSS Navigation" on doesn't look like this.

kanlukasz commented 3 years ago

Ok, you are right. This is due to the editor.wordSeparators parameter setting.