Multi-cursor and selection - 多光标和选择 Alt+Click Insert cursor alt+左键鼠标点击,可以添加多个光标; Ctrl+Alt+ ↑ / ↓ Insert cursor above / below 上下移动光标形成一列光标,在这一列光标前插入字符; Ctrl+U Undo last cursor operation 撤消上次光标操作,使用ctrl+u没有反应,ctrl+z能用,错否? Sh...
Alt+C / R / W 切换大小写敏感 / 正则表达式 / 全字 5、Multi-cursor andselection光标和选择 Alt+Click 单击 插入光标 Ctrl+Alt+ ↑ / ↓ 在上/下方插入光标 Ctrl+U 撤销上次光标操作 Shift+Alt+I 在选定的每行末尾插入光标 Ctrl+L 选择当前行 Ctrl+Shift+L 选择所有出现的当前选择 Ctrl+F2 选择所有...
目录 VS Code 快捷键整理 基础编辑 Basic editing 导航Navigation 搜索和替换 Search and replace 多光标和选择 Multi-cursor and selection 丰富的语言编辑 Rich languages editing 编辑器管理 Editor management 文件管理 File management 显示Display 调试Debug 集成终端 Integrated terminal 基础编辑 Basic editing 导航Nav...
多光标和选择 Multi-cursor and selection Alt +单击 插入光标 Insert cursor 按住Alt键,可以插入多个光标 Ctrl + Alt +↑/↓ 在上/下插入光标 Insert cursor above / below 用在行首或者列表插入内容很好用 Ctrl + U 撤消上一个光标操作 Undo last cursor operation 光标回退,回到前几个位置,但不影响...
VS Code 快捷键(中英文对照版) VS Code 快捷键(中英文对照版) 常用General 基础编辑 Basic editing 导航Navigation 搜索和替换 Search and replace 多光标和选择 Multi-cursor and selection 丰富的语言编辑 Rich languages editing 编辑器管理 Editor management...
VS Code:史上最全的VS Code快捷键+分门别类(中英文对照版) 目录 基础编辑 Basic editing 导航Navigation 搜索和替换 Search and replace 多光标和选择 Multi-cursor and selection 丰富的语言编辑 Rich languages editing 编辑器管理 Editor management 文件管理 File management ...
Shrink/expand selection: Shift+Alt+Left和Shift+Alt+Right Multi-Cursor:可以连续选择多处,然后一起修改,Alt+Click添加cursor或者Ctrl+Alt+Down 或 Ctrl+Alt+Up 同时选中所有匹配的Ctrl+Shift+L Ctrl+D下一个匹配的也被选中(被我自定义成删除当前行了,见下边Ctrl+Shift+K) 回退上一个光标操作Ctrl+U 重构代码...
Ctrl + K Ctrl + D 将最后一个选择移至下一个查找匹配项 Move last selection to next Find match Alt + C / R / W 切换区分大小写/正则表达式/整个词 Toggle case-sensitive / regex / whole word 多光标和选择 Multi-cursor and selection
Multi-cursor and selection ⌥ + click (^)Insert cursor ⌥⌘↑ (^)Insert cursor above ⌥⌘↓ (^)Insert cursor below ⌘U (^)Undo last cursor operation ⇧⌥I (^)Insert cursor at end of each line selected ⌘L (^)Select current line ...
> - <https://code.visualstudio.com/docs/editor/codebasics#_multiple-selections-multicursor> > - <https://code.visualstudio.com/docs/editor/codebasics#_column-box-selection> ## 插入字符 移动和选择大致介绍完了。接下来就该编辑命令了。可能很多人没有意识到,插入字符本身也是编辑命令。而且这些命令还...