一、多点编辑(multi-cursor editing) 1、块选择:按shift+方向键可以选择光标从开始按到松开的所有区域;按shift+alt键,同时用鼠标拖选可以选择一个长方形(正方形)区域 2、打多个输入点:按ctrl+alt+上下光标键可以在不同行的同一列上进行打点,这样就会有多个输入点,按键盘一次可以在上面所有的打点位置全部增加输入...
VS Code 功能非常齐全。 这个页面突出显示了它们中的一些,并且可以通过使用一些嵌入式编辑器来交互式地尝试它们。有关 VS Code 的编辑器功能的更多详细信息,请参阅我们的 文档. Multi-cursor Editing(多光标编辑) - 块选择,选择所有的事件,添加额外的游标等等 IntelliSense (智能感知)- 为您的代码和外部模块获取...
9. Save time with multi-cursor editing 9. 使用多光标编辑节省时间 One of the wow moments in my earliest VS Code days, the multi-cursor editing lets you place multiple cursors at different points, and delete or insert the same text multiple times. This speeds up editing time and boosts prod...
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 ...
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 ...
多光标和选择 Multi-cursor and selection按Press功能Function Alt +单击 插入光标 Insert cursor Ctrl + Alt +↑/↓ 在上/下插入光标 Insert cursor above / below Ctrl + U 撤消上一个光标操作 Undo last cursor operation Shift + Alt + I 在选定的每一行的末尾插入光标 Insert cursor at end of each ...
一、vs code 的常用快捷键 1、注释: a) 单行注释:[ctrl+k,ctrl+c] 或 ctrl+/ b) 取消单行注释:[ctrl+k,ctrl+u] (按下ctrl不放,再按k + u) c) 多行注释:[alt+shift+A] d) 多行注释:/** 2、移动行:alt+up/down 3、显示/隐藏左侧目录栏 ctrl + b ...
多光标和选择 Multi-cursor and selection按Press功能Function Alt +单击 插入光标 Insert cursor Ctrl + Alt +↑/↓ 在上/下插入光标 Insert cursor above / below Ctrl + U 撤消上一个光标操作 Undo last cursor operation Shift + Alt + I 在选定的每一行的末尾插入光标 Insert cursor at end of each ...