How to disable the function helper in the IDE?

Hi,
it is annoying as hell, when that stupid pop up window pop's up in the editor directly over the code I just wanted to edit. Does anyone know how to disable this "tool tip" helper or whatever it is called that pops up when you hover over a function?

Help much appreciated.

1 Like

Hi @newgen23. This feature is referred to as the "editor hover". It can be disabled in the IDE's advanced settings. I'll provide instructions:

  1. Press the Ctrl+Shift+P keyboard shortcut (Command+Shift+P for macOS users) to open the "Command Palette".
  2. Select the "Preferences: Open Settings (UI)" command from the menu.
  3. A "Preferences" tab will now open in the Arduino IDE main panel. In the "Search Settings" field, type editor.hover.enabled
  4. Uncheck the checkbox under the "Editor › Hover: Enabled" setting.
  5. Close the Preferences tab by clicking its X icon.

You are my hero. That's what I call a christmas present. Thank you!

You are welcome. I'm glad if I was able to be of assistance.

Regards,
Per

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.