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

Not working on in case if CSS and HTML both are in same file. #50

Closed bhalalapj closed 5 years ago

bhalalapj commented 5 years ago

I had a very long file and in head section I had written down CSS classes, I used classes in my HTML code, I installed this extension in my VS Code and try to go to definition of that CSS class not able to do so.

Is there any other way or trick with I am missing over here to try out ?

pranaygp commented 5 years ago

It's not currently supported but is a feature that should exist. I've created #20 to track it