Microsoft/vscode

Option to not replace aligning spaces during indentation by Tab

Open

#277.764 aberto em 17 de nov. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (2 assignees)TypeScript (10.221 forks)batch import
editor-corefeature-requesthelp wanted

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

Description

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.

Guia do colaborador