Skip to content
目录

常用快捷键

向上选中多行shift + up
向下选中多行shift + down
向左单位性选中ctrl + shift + left
向右单位性选中ctrl + shift + right
选中多行shift +鼠标右键
使用多个光标alt+鼠标左击
向下选中相同的词alt + j
同时全文选中相同的词ctrl + shift + alt + j
向下复制行ctrl + d
上下移动行shift + alt + up/down
删除光标所在行ctrl + x
选择代码块,增量选择ctrl + w
另起一行(无论光标在哪个位置)shift+ enter
格式化代码ctrl+alt+L
跳到变量申明处ctrl + b
在文件内快速查找并替换ctrl +
单行注释ctrl + /
块注释ctrl + shift + /
打开的编辑器选项卡切换alt + left/right
所选代码块大小写转换ctrl + shift + u
打开命令面板ctrl + shift + p
粘贴并格式化ctrl + shift + v
多光标shift + alt + 鼠标左键滚动选择
多行编辑模式(Escape退出)选择代码片段,按下 Alt+Shift+G

Released under the MIT License.