Reputation: 1261
good afternoon,
switching from Eclipse to IntelliJ i'm wondering, is there any XHTML attribute tooltip for documentation in IntelliJ? In Eclipse (honestly, with the JBoss Tools) you see the documentation for that. For example, if i hover over "value" in <h:inputText value="">
i see a tooltip coming up. Is this possible in IntelliJ?
Thanks!
Upvotes: 0
Views: 62
Reputation: 4754
Put the cursor over the value and hit.Control - J. If there is documentation, then it'll display in a dialog. That also works for Javadoc, as well.
Edit: It's Control - J on OSX. This activates the Quick Documentation feature under the View menu. According to this page, it's Control - Q on other platforms.
Upvotes: 1