简体   繁体   English

在 VSCode 中禁用多个游标

[英]Disable multiple cursors in VSCode

I was playing on my vscode configurations and accidentally change some configuration when I want to select the text on my code lines.我正在玩我的 vscode 配置,当我想要 select 我的代码行上的文本时,不小心更改了一些配置。

For example, when I want to select some lines in my code immediately appears a lot of cursors instead of selecting the text that I wanted.例如,当我想要 select 时,我的代码中的某些行立即出现了很多光标,而不是选择我想要的文本。 How can I change this configuration?我该如何更改此配置? Because a few days ago the selection in VSCode worked properly.因为前几天VSCode里面的selection是正常的。

As you can see on the screenshot below, this happens when I try to select those lines:(正如您在下面的屏幕截图中看到的,当我尝试 select 这些行时会发生这种情况:(

vscode 中出现问题的屏幕截图

Turn off Column Selection Mode关闭Column Selection Mode

From the main menu: Selection/Column Selection Mode uncheck从主菜单: Selection/Column Selection Mode取消选中

or there should be a Column Selection button on the Status Bar to the right that can be disabled.或者右侧的状态栏上应该有一个可以禁用的Column Selection按钮。

worked for me on MAC.It's under the selection tab at the top of the screen在 MAC 上为我工作。它位于屏幕顶部的选择选项卡下

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM