Using IntelliJ IDEA 15, I get these persistent and annoying documentation popups when my mouse is somewhere in the code window for the decompiled class (from a third-party banner). These will be popup docs for any variable / method / class / something like my mouse. If my mouse is not near any lines of code, it will pop up for the current class file, so basically I canβt see the code unless I move the mouse to another window.
This only happens with decompiled classes, not with my regular code. How to stop it?
source share