Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to stop annoying documentation popups in IntelliJ IDEA

Using IntelliJ IDEA 15, I get these constant and annoying documentation popups whenever my mouse is anywhere in the code window for a decompiled class (from a 3rd party jar). It will popup docs for whatever variable/method/class/anything happens to be near my mouse. If my mouse is not near any lines of code, it will popup for the current classfile, so basically I can't browse code unless I move my mouse to another window.

It only happens with decompiled classes, not my normal code. How do I stop these?

like image 361
Josh Stone Avatar asked Sep 16 '16 00:09

Josh Stone


Video Answer


4 Answers

Go to File>Settings>Editor>General - in the section 'Other', uncheck 'Show quick documentation on mouse move'.

In later versions of IntelliJ, the path is File>Settings>Editor>Code Editing, and it is under the "Quick Documentation" section.

like image 177
Alexiy Avatar answered Oct 19 '22 20:10

Alexiy


In my cause, 'Show quick documentation on mouse move' was in Editor > Code Editing:

enter image description here

like image 40
Junior Vieira Avatar answered Oct 19 '22 20:10

Junior Vieira


If you want the documentation bubble but not the popup window, do this:

Place your text cursor on some text which causes the popup.

Press ctrl + q (or whatever keyboard shortcut you have for quick documentation) a couple of times until the popup window disappears, the quick documentation will then revert to the "bubble" on hover.

like image 6
MLK Avatar answered Oct 19 '22 19:10

MLK


Under the File/Settings/.., at the top search bar, type in for "Quick Documentation", will point to the location. enter image description here

like image 4
bishalfly96 Avatar answered Oct 19 '22 21:10

bishalfly96