Microsoft/vscode

Option to not replace aligning spaces during indentation by Tab

开放

#277,764 创建于 2025年11月17日

 (0 条评论) (0 个反应) (2 位负责人)TypeScript (39,847 个派生)batch import
AndroidBookmarks and TracksGood first issueeditor-corefeature-requesthelp wanted

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (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.

贡献者指南