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

[Feature Request] Could this ext also search html/xml files with css selector ? #66

Closed yw662 closed 2 years ago

pucelle commented 2 years ago

When you are typing CSS selector names, this plugin will search html files (not XML files, but you can still config the HTML like file types and include XML) for class names, tag names, ids, and provide completion.

yw662 commented 2 years ago

我想说是,在html文件里用css选择器搜索

pucelle commented 2 years ago

No, The only way you can search HTML files according to a CSS Selector is "finding references" from a CSS selector in a CSS document.