V
V
Vasily Vyaznikov2016-07-24 21:59:23
css
Vasily Vyaznikov, 2016-07-24 21:59:23

How to quickly view css code in phpstorm?

For example, there is a piece of html code:

<header class="header-main">
...
</header>

Is it possible somehow "on the fly" to find out the css code of the header-main class?
PS
In the Brackets editor, if I'm not mistaken, you could select the desired class and press ctrl+e. a window with the code of the selected class fell out. I want to understand if there is a similar action in phpStorm. A very handy thing.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Novikov, 2016-07-25
@BOOMER_74

It will not work for a specific class, but you can see all the styles applied to the selected tag. Right click on the required tag -> Show Applied Styles for Tag (configure hotkeys if necessary).

A
Alexander Medvedev, 2016-07-25
@lifestar

ctrl+click try)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question