Home > Enterprise >  Intellij Idea prompt on hover
Intellij Idea prompt on hover

Time:03-16

I'm using IntelliJ IDEA 2021.3.2 and cannot find any tool for show popup window or prompt when hovering over a button. Which setting should be turned on/off for this?

enter image description here

For example i wish to see what does button with wrench mean on hover it

CodePudding user response:

I don't think I understand your problem, but under File, Settings, Editor, Code Editing you may find what you are looking for. There is a checkbox there to show quick documentation on hover.

CodePudding user response:

Disable the Settings (Preferences on macOS) | Appearance & Behavior | Appearance | Support screen readers option.

  • Related