Answer the question
In order to leave comments, you need to log in
How to extract multiple classes from html as css code in phpstorm?
There are similar tools bearcss.com and AutoclassCSS
But somewhere I saw the ability to highlight text in html (in which elements have classes) example:
<div class="name-class">Текст</div>
<div class="name-class__element">Tекст</div>
.name-class {
}
.name-class__element {
}
Answer the question
In order to leave comments, you need to log in
How to extract multiple classes from html as css code in phpstorm?
In PhpStorm (latest version for sure), there is a structure tab - on the left under the project tab. There are all the classes specified in the selected document (whether there is a css or html structure).
For sublime text there is ecstractor - https://github.com/hudochenkov/ecstractor
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question