Related questions
How to see JavaDoc in IntelliJ IDEA?
I just switched from Eclipse to IntelliJ. IntelliJ lacks one feature from Eclipse - when you put your mouse over a method, Eclipse shows javadoc info. I think the way to show it is to use a shortcut - command+…
Autocompletion of @author in Intellij
I'm migrating from Eclipse to Intellij Idea. One thing I couldn't figure out yet is autocompletion of the @author JavaDoc tag.
When typing @a in Eclipse, there are two proposals:
@author - author name
@author
How do I achieve the …