Awareness of css classes outside of css document

Hello!
Just like in title, let's say we have two files:

  1. document.html
  2. 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.

0
3 comments

What kind of hints are you referring to? Could you post a screenshot maybe?

0
Avatar
Permanently deleted user

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
0

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 ....

0

Please sign in to leave a comment.