In IntelliJ when you use the dot operator it shows you a list of class members e.g. Arrays.
.
Then you can use your keyboard shortcut (e.g. ctrl + Q
) to show the Javadocs of each member.
I find it annoying to have to press the shortcut every time, is there a way to automatically show the Javadocs of the class members as soon as the menu is opened by the dot operator?