Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I just switched from Eclipse to IntelliJ and lack one feature from Eclipse - when you put your mouse over a method it shows a javadoc info. I found out (may be I'm wrong) the way to show is a shortcut command + J. When I click it I get something wrong, please see on the screen shot below. Please advice how can I quickly get javadoc information. I need at least know what type a method returns.

enter image description here

share|improve this question

1 Answer

up vote 9 down vote accepted

Use View | Quick Documentation or the corresponding keyboard shortcut (depends on OS and Keymap).

It's also possible to enable automatic JavaDoc popup on code completion in Preferences | Editor | Code completion (Autopopup documentation).

share|improve this answer
+1, could not find Preferences in IntelliJ Idea CE for Android. – coding crow Sep 6 '12 at 3:56
1  
Win7 = Position cursor before class -> CTRL+q – Eddie B Dec 12 '12 at 20:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.