Is it possible to turn of popup boxes, in general the ability to select per type. Example: Library update: I don't want to update libraries, each time you need to remove the popup. Same for other type of popups such as error messages etc. Same for popups in the GUI while typing code, I normally turn those off in other IDE's. How to do this in this IDE?
You can disable the update checks in the advanced settings:
- Press the Ctrl+Shift+P keyboard shortcut (Command+Shift+P for macOS users) to open the "Command Palette".
A menu will appear on the editor toolbar:
- Select the "Preferences: Open Settings (UI)" command from the menu.
ⓘ You can scroll down through the list of commands to find it or type the name in the field.
A "Preferences" tab will open in the Arduino IDE main panel. - Type
arduino.checkForUpdatesin the "Search Settings" field of the "Preferences" tab. - Uncheck the box under the "Arduino: Check For Updates" setting.
- Close the Preferences tab by clicking its X icon.
There are two different features that might be described this way. "Quick Suggestions", and "Parameter Hints". I'll share instructions for disabling both of them:
Quick Suggestions
- Select File > Preferences... from the Arduino IDE menus.
- Uncheck the box next to "
☑Editor Quick Suggestions". - Click the OK button.
Parameter Hints
- Press the Ctrl+Shift+P keyboard shortcut (Command+Shift+P for macOS users) to open the "Command Palette".
A menu will appear on the editor toolbar:
- Select the "Preferences: Open Settings (UI)" command from the menu.
ⓘ You can scroll down through the list of commands to find it or type the name in the field.
A "Preferences" tab will open in the Arduino IDE main panel. - Type
editor.parameterHints.enabledin the "Search Settings" field of the "Preferences" tab. - Uncheck the box under the "Arduino: Check For Updates" setting.
- Close the Preferences tab by clicking its X icon.
Thanks for your support, much appreciated.
I did not know about Ctrl+Shift+p, seems it is not in the menu or I missed it.
I executed above suggestions, and found also how to turn off automatic closing bracket.
It is a huge amount of settings. Related to colors I see themes, but I did not find how to change the color (red) of the error messages which are shown on a black window.
You are welcome. Even though most users will be satisfied by the default values, it is really nice that we have such a high level of configurability available now compared to the less flexible Arduino IDE 1.x application.
Unfortunately the ability to modify individual parameters of installed themes is not yet provided by the free open source Eclipse Theia IDE framework Arduino IDE is built on:
If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.
You might be interested in this information shared by a forum member about installing 3rd party themes in Arduino IDE 2.x and even creating your own custom themes:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.
