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

Make the inline window be movable , resizable and delete redundant grey box . #65

Closed ghost closed 5 years ago

ghost commented 5 years ago

Screenshot from 2019-07-04 15-06-05

pranaygp commented 5 years ago

Unfortunately this is out of control for a VSCode extension. VSCode provides extensions an API to use to return definitions when a "Peek" request is made, while VSCode handles the UI around it.

Feel free to create an Issue here (https://github.com/microsoft/vscode/issues). I'd love to upvote 👍