Microsoft/vscode

Option to not replace aligning spaces during indentation by Tab

Open

#277.764 geöffnet am 17. Nov. 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (2 zugewiesene Personen)TypeScript (74.848 Stars) (10.221 Forks)batch import
editor-corefeature-requesthelp wanted

Beschreibung

Image

Intent here is to adjust Tab indentation of a block and to not break aligning spaces. Shown behaviors are:

  • line/multiline Tab, Backspace - ok
  • line/multiline Shift+Tab - breaks
  • selection Tab/Shift+Tab - breaks

So only option now is multiline cursor + Tab/Backspace, which fiddly to setup and Backspace removes empty lines, if there are some.

Contributor Guide