List of all HTML elements' attributes in linked CSS file?
I would like to see the list of all HTML elements' attributes in linked CSS file like selector hints (like in Netbeans), but cannot guess how to do this. - NB screenshot attached. - Can anyone share with me with an appropriate solution?
Attachment(s):
nb_html_css.jpg
Please sign in to leave a comment.
Not currently possible, please vote for http://youtrack.jetbrains.com/issue/WEB-150
Note that you can auto-create CSS selectors from HTML: Alt+Enter on a class/id in HTML, Create selector -> choose between 'current file', 'new CSS file', 'existing CSS file'
Thank you for the reply. - To create css selectors right from html file is a brilliant way, however, I cannot go via Alt-Enter anywhere further than 'create selector'. - I am stuck with this step.
Attachment(s):
php_st_create_selector.jpg
Just hit Enter or click on 'Create selector' instead on pressing the right arror
Thank you! - It worked! - Incredibly comvenient :)