Viewing CSS Styles

I'm new to webstorm.  Can I get it to take me to a CSS definition when I see it in code?

Something similar to peek definition in VS?

0
1 comment

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:

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

0

Please sign in to leave a comment.