在VS代码中创建多个光标的键盘快捷键是什么?


当前回答

在我的XFCE(4.12版)中,它位于“设置”->“窗口管理器调整”->“辅助功能”中。

有一个下拉字段Key用于抓取和移动窗口:,将其设置为None。

Alt+Click现在可以在VS代码中添加更多光标。

其他回答

https://code.visualstudio.com/Updates

新版本(Visual Studio 0.3.0)支持更多的多光标功能。

Multi-cursor
Here's multi-cursor improvements that we've made.

⌘D selects the word at the cursor, or the next occurrence of the current selection.
⌘K ⌘D moves the last added cursor to next occurrence of the current selection.
The two actions pick up the matchCase and matchWholeWord settings of the find widget.
⌘U undoes the last cursor action, so if you added one cursor too many or made a mistake, press ⌘U to return to the previous cursor state.
Insert cursor above (⌥⌘↑) and insert cursor below (⌥⌘↓) now reveals the last added cursor, making it easier to work with multi-cursors spanning more than one screen height (i.e., working with 300 lines while only 80 fit in the screen).

选择多光标的快捷方式更改为cmd+d(与Sublime Text.lol相同)

我们可以预期,下一个版本支持关于多光标的更方便的功能;)

Alt+单击。它在Windows中工作。

详细信息:Visual Studio代码文档

Alt+Command+Shift将向所选内容的下一个实例添加光标。例如,变量或函数名

可以根据“选择”菜单执行以下操作:

根据需要按住Alt+Ctrl+向上箭头/Alt+Ctrl+向下箭头以创建足够的光标,然后可以使用Ctrl+D来展开选择。

在窗口上:如果正在使用vscode,请按住CTRL键并单击如果正在使用visual studio,请按CTRL+Alt+