Microsoft/vscode

Option to not replace aligning spaces during indentation by Tab

Open

#277.764 aperta il 17 nov 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (2 assegnatari)TypeScript (10.221 fork)batch import
editor-corefeature-requesthelp wanted

Metriche repository

Star
 (74.848 star)
Metriche merge PR
 (Merge medio 11h 43m) (1000 PR mergiate in 30 g)

Descrizione

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.

Guida contributor