microsoft / vscode-css-languageservice

CSS, LESS & SCSS language service extracted from VSCode to be reused, e.g in the Monaco editor.
MIT License
319 stars 177 forks source link

Show media query when hovering css element #271

Open JonathanLaurin opened 2 years ago

JonathanLaurin commented 2 years ago

When someone hovers over a selector in a CSS file it show a preview of what it selects and CSS specificity. It would be great if it included the media query whe are in as well. @media (max-width : 767px) in the following example :

image