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:
Press the Ctrl +Shift +P keyboard shortcut (Command +Shift +P for macOS users) to open the "Command Palette ".
Select the "Preferences: Open Settings (UI) " command from the menu.
A "Preferences " tab will now open in the Arduino IDE main panel. In the "Search Settings " field, type editor.hover.enabled
Uncheck the checkbox under the "Editor › Hover: Enabled " setting.
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
system
Closed
June 20, 2023, 11:37am
5
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.