Closed wachidsusilo closed 3 months ago
Thanks for your suggestion @wachidsusilo. The requested setting was added in https://github.com/arduino/arduino-ide/pull/1811. It disables the display of squiggles for "Problems" in the editor view by default.
For the reference of anyone who does want to enable the display of these squiggles, I'll provide instructions you can follow to do this by adjusting Arduino IDE's advanced settings:
arduino.language.realTimeDiagnostics
in the "Search Settings" field of the "Preferences" tab.
Describe the request
Please add a setting that allows the user to control whether the editor displays "squiggles" for "Problems" diagnostics.
Describe the current behavior
I'm starting to write my ESP32 project and 'curly red underline' is everywhere although it's compiled fine. It makes my code hard to read.
Additional context
Related