Skip to content

Add setting to disable "Problems" visibility in editor #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wachidsusilo opened this issue Apr 20, 2021 · 1 comment
Closed

Add setting to disable "Problems" visibility in editor #335

wachidsusilo opened this issue Apr 20, 2021 · 1 comment
Assignees
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself topic: language server Related to the Arduino Language Server type: enhancement Proposed improvement

Comments

@wachidsusilo
Copy link

wachidsusilo commented Apr 20, 2021

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

@wachidsusilo wachidsusilo added the type: enhancement Proposed improvement label Apr 20, 2021
@rsora rsora added the topic: language server Related to the Arduino Language Server label Sep 22, 2021
@per1234 per1234 added the topic: code Related to content of the project itself label Oct 25, 2021
@rsora rsora assigned 91volt and unassigned giannicolab Jan 11, 2022
@per1234 per1234 changed the title Disable Language Error Checker Add setting to disable "Problems" visibility in editor Aug 12, 2024
@per1234
Copy link
Contributor

per1234 commented Aug 12, 2024

Thanks for your suggestion @wachidsusilo. The requested setting was added in #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:

  1. 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:
    Command Palette
  2. 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.
  3. Type arduino.language.realTimeDiagnostics in the "Search Settings" field of the "Preferences" tab.
  4. Check the box under the "Arduino › Language: Real Time Diagnostics" setting.
  5. Close the Preferences tab by clicking its X icon.

@per1234 per1234 closed this as completed Aug 12, 2024
@per1234 per1234 assigned per1234 and unassigned 91volt Aug 12, 2024
@per1234 per1234 added the conclusion: resolved Issue was resolved label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself topic: language server Related to the Arduino Language Server type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

6 participants