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

Does not see .sass files #63

Closed alukardark closed 2 years ago

alukardark commented 2 years ago

Hello, will there be support for .sass (no brackets)? At the moment, only .scss works.

https://user-images.githubusercontent.com/7904596/142765313-9e33d376-7743-44fd-bfeb-ebaf44826a4a.mov

pucelle commented 2 years ago

Yes, doesn't support sass syntax without bracket, this is definitely a problem, but got few feedback, I guess there should be not many developers using the sass syntax without bracket.

Will implement this when I have some time for it. Thanks.

pucelle commented 2 years ago

v1.12.1 was released, you may try if there are bugs that existed with sass syntax.