Search code examples
cssintellij-ideapluginsvisual-studio-codeintellij-plugin

See css properties on hover of a class with Intellij


I've just discovered Css-Peek for VSCode, but as I'm using Webstorm, I would like to know if someone knows an equivalent, or how to do this directly in Webstorm.

Basically, this plugin allows to see in the IDE the CSS properties applied to a class or a tag, just by putting the cursor over it in the HTML template.

Thanks!


Solution

  • Ctrl+click (or whatever shortcut is assigned to Navigate | Declaration main menu action) allows jumping to selector definition in a stylesheet, similar to Go To in VSCode

    Ctrl+Shift+I (View | Quick Definition) shows the definition in a tooltip:

    enter image description here

    Editing CSS inline is not yet supported, please vote for WEB-10320 to be notified on any progress with this feature