带 Alt 的多行 select
Multi-Line select with Alt
我如何 select 与 vscode 多行?
在 Visual Studio 上,您可以按左 alt 键和 select 多行,但它不适用于 vscode。
Visual Studio 中的框选功能(您可以在其中突出显示多行的一部分)在 VSCode 中不可用。
对于您希望在 VSCode 中看到的此类功能 - 您可以将想法添加到 Code User Voice 页面。
暂时不可用,但用户语音上有一个功能请求:
http://visualstudio.uservoice.com/forums/293070-visual-studio-code/suggestions/7761561-vertical-text-selection
截至 2017 年 5 月,这是可能的。阅读 release notes:
We have introduced a new setting, editor.multiCursorModifier
, to
change the modifier key for applying multiple cursors to Cmd+Click on
macOS and Ctrl+Click on Windows and Linux. This lets users coming from
other editors such as Sublime Text or Atom continue to use the
keyboard modifier they are familiar with.
The setting can be set to:
- ctrlCmd - Maps to Ctrl on Windows and Cmd on macOS.
- alt - The existing default Alt.
我如何 select 与 vscode 多行?
在 Visual Studio 上,您可以按左 alt 键和 select 多行,但它不适用于 vscode。
Visual Studio 中的框选功能(您可以在其中突出显示多行的一部分)在 VSCode 中不可用。
对于您希望在 VSCode 中看到的此类功能 - 您可以将想法添加到 Code User Voice 页面。
暂时不可用,但用户语音上有一个功能请求: http://visualstudio.uservoice.com/forums/293070-visual-studio-code/suggestions/7761561-vertical-text-selection
截至 2017 年 5 月,这是可能的。阅读 release notes:
We have introduced a new setting,
editor.multiCursorModifier
, to change the modifier key for applying multiple cursors to Cmd+Click on macOS and Ctrl+Click on Windows and Linux. This lets users coming from other editors such as Sublime Text or Atom continue to use the keyboard modifier they are familiar with.The setting can be set to:
- ctrlCmd - Maps to Ctrl on Windows and Cmd on macOS.
- alt - The existing default Alt.