How to turn off line numbers in IDE 2.0.0?

I have installed IDE 2.0.0 and have launched it as a test. A blank space has appeared with line numbers. I have searched Preferences to find the option for hiding the line numbers; but, I don't see any option there like IDE 1.8.19. Please, help.

Hi @GolamMostafa. This can be done via the the IDE's advanced settings:

  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. In the "Search Settings" field of that tab, type editor.lineNumbers
  4. In the search results of the "Preferences" tab, you will now see an "Editor: Line Numbers" setting. Select "off" from the dropdown menu.
  5. Click the X icon on the "Preferences" tab.

Does not work on 2.3

It works for me in Windows 10

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