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

Ctrl + click allows to see the css styles and edit them directly without jumping to the css file #64

Closed COD3BREAK3R closed 5 years ago

COD3BREAK3R commented 5 years ago

I would like the extension to ctrl + click on a css class to always show its attributes and properties and allow to change them directly without having to jump to the original document, because this only happens when there are several references to that same css attribute. Also add a button at the bottom of that window that says: Go to File

pranaygp commented 5 years ago

Same issue as I described in #65 , UI changes are out of control from an extension since VSCode handles these