Microsoft/vscode

Option to not replace aligning spaces during indentation by Tab

Open

#277,764 建立於 2025年11月17日

在 GitHub 查看
 (0 留言) (0 反應) (2 負責人)TypeScript (10,221 fork)batch import
editor-corefeature-requesthelp wanted

倉庫指標

Star
 (74,848 star)
PR 合併指標
 (平均合併 11小時 43分鐘) (30 天內合併 1,000 個 PR)

描述

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.

貢獻者指南