Yesterday I installed IntelliJ IDEA IDE and so far I like it (I used to use NetBeans which I like and Eclipse which I avoid).
When it comes to code editor I would like to change javadoc popup behavior in 2 ways:
- I set javadoc popup to show after one second (
Settings
->Editor
->Code completion
->Autopopup documentation in
). However it only works when I pressCtrl + Space
for code completion. When code completion pops up automatically javadoc window does not show. And I want it to. Simply, it is the same issue as the one addressed here: http://youtrack.jetbrains.com/issue/IDEABKL-6124 - The javadoc popup window hides current line (it pops just over code completion window). It would be better if it popped over actual line (with caret) without hiding it.
Is there any plugin that allows such a customisation? Or any setting that I missed?
EDIT 1:
Here is the picture explaining situation 2:
As you can see because of javadoc popup I cannot see what I am currently writing - part of the word "System."