IntelliJ code reference popup blocks code
Answered
On my MacBook, I use cmd-mouse-click to navigate to code definitions. Lately, when I hold down the cmd key and move my mouse over the class/method I intend to navigate to, an annoying code reference popup appears, blocking the code it describes and preventing me from navigating to class/method definition. Sooooooo annoying.
Is there a way to get the code reference popup to appear below the class/method, or possibly add a delay before the code reference popup appears, or worst case simply turn it off?
Please sign in to leave a comment.
Could you please share a screenshot so that we can better understand what specific popup you are referring to?
Please also check https://youtrack.jetbrains.com/issue/IDEA-193359 and the linked issues.
It may help if you add ide.disable.editor.tooltips=true in Help | Edit Custom Properties and restart IntelliJ IDEA.
https://youtrack.jetbrains.com/issue/IDEA-143566 seems to detail the issue concisely.