Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to have the pop-up window for method definition in intelliJ while selecting the methods available?

I am moving to intelliJ and trying to have the useful method-definition window that i used to have in netbeans.

In netbeans, and while seeking the methods available, you always have a small pop up window that gives you the definition of that method in javadoc.

Here's a screenshot

I know, you can press ctr+shift+I for Quick Definition, but it only shows an example but not the definition. and i also know that ctrl+b will open the whole java doc and take you to that method but it looks not practical.

I also know the feature of hovering over the method, but, once again, i am seeking for the pop-up window you have WHILE selecting the method.

is there any way possible to have the old good pop-up window?

thank you.

like image 824
MoeJoudeh Avatar asked Jan 11 '17 17:01

MoeJoudeh


1 Answers

Use Ctrl+Q (by default) to bring QuickDoc.

like image 50
lukeg Avatar answered Sep 19 '22 14:09

lukeg