pranaygp / vscode-css-peek

A vscode extension for peeking at CSS definitions from a class or id tag in HTML
MIT License
145 stars 32 forks source link

[query] css how to jump to html? #76

Closed huahuayu closed 4 years ago

huahuayu commented 4 years ago

hi, I can go css from html, but how can I jump to html from css? I can't find any introduction in readme.

pranaygp commented 4 years ago

That's not supported by this extension, and there's no plan to do so. It's a much much harder problem to go from CSS -> HTML since there are so many possibilities, especially when you consider jsx, vue, ejs, pug, etc. etc.