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
66 stars 7 forks source link

[request] Completion should also refer to style tag #34

Closed shungo27 closed 3 years ago

shungo27 commented 4 years ago

If '"CSSNavigation.alsoSearchDefinitionsInStyleTag": true', Completion should also refer to style tag.

pucelle commented 4 years ago

Thanks for your catching, I will fix it but sorry I'm busy at a project, so I can't promise when.

tuan-lm commented 3 years ago

@pucelle i am waiting for this feature as well. I'm using vue and i must said your extension is the only 1 can get the job done in vue files. Completion refer to style tag is the only missing piece left for this to be perfect to use with vue. It is a shame that your extension had fewer download than the others. Hope you can get some free time in the future to get this 1 done

pucelle commented 3 years ago

Thanks very much, tuan-lm. Yes this plugin is very unique because I also implemented it's code parser, without using some very heavy and strict libraries. I will come back to work as a web developer recently, so I will continue working on this plugin.

pucelle commented 3 years ago

v1.10.1 just released, please try it, thanks.

tuan-lm commented 3 years ago

Awesome work 🔥