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

[Feature] "Ignore Files By" Support '.cssignore' #33

Closed xianghongai closed 3 years ago

xianghongai commented 4 years ago

cssingnore

THX

pucelle commented 4 years ago

Good suggestion, I will support it later. By the way, Is there a standard about the ".cssignore", does it be widely accepted?

xianghongai commented 4 years ago

It won't be a standard, it's just a neglect of styles, and it's a relatively niche.

xianghongai commented 4 years ago

Are there any such extensions related to JavaScript? At present, most extensions are based on the module mechanism. For older projects like ES5, HTML and JS cannot map the reference relationship.

This CSS definition search is very powerful, thank you!

pucelle commented 4 years ago

As I know, No such plugins for JavaScript.

pucelle commented 3 years ago

Have no plan to do so, try option excludeGlobPatterns.