Awareness of css classes outside of css document
Hello!
Just like in title, let's say we have two files:
- document.html
- style.css
In Netbeans when you are editing css file, you have hints about classes that are in html document, this css is attached to. Is it possible something like that in InteliJ IDEA? If so, then how to turn it on? :)
Regards.
Please sign in to leave a comment.
What kind of hints are you referring to? Could you post a screenshot maybe?
This screenshot was taken in css document, that is linked to html document inside the same project. Proposed classes are only those inside css document, and I would like to have there also unused yet classes from HTML document, if it is possible :) .
Attachment(s):
hints.jpg
Possibly this one : http://youtrack.jetbrains.com/issue/WI-12877 ??
If so -- in this thread ( http://devnet.jetbrains.net/thread/438947?tstart=0 ) the guy claims that it worked like that already in PhpStorm v4 but does not in v5 ....