原文地址:https://lzw.me/a/vscode-visual-studio-code-shortcut.htmlhtml
由於以前一直是使用eclipse來編輯代碼的,隨後轉到vscode中,雖然有keymap的映射插件,可是並不能兼容全部。仍是要習慣vscode的經常使用快捷鍵比較好。visual-studio-code
F1 或 Ctrl+Shift+P
: 打開命令面板。在打開的輸入框內,能夠輸入任何命令,例如:eclipse
Ctrl+P
模式Ctrl+P
下輸入 > 能夠進入 Ctrl+Shift+P
模式Ctrl+P
窗口下還能夠:
Ctrl+Shift+M
Ctrl+G
直接進入Ctrl+Shift+O
直接進入Ctrl+Shift+O
後輸入:進入Ctrl+T
Ctrl+Shift+N
Ctrl+Shift+W
Ctrl+N
Ctrl+Tab
Ctrl+1
Ctrl+2
Ctrl+3
Ctrl+k
而後按 Left或 RightCtrl+[
、 Ctrl+]
Ctrl+C
、 Ctrl+V
複製或剪切當前行/當前選中內容Shift+Alt+F
,或 Ctrl+Shift+P
後輸入 format code
Alt+Up
或 Alt+Down
Shift+Alt+Up
或 Shift+Alt+Down
Ctrl+Enter
Ctrl+Shift+Enter
Ctrl+End
Ctrl+Home
Alt+F12
Ctrl+Shift+]
Shift+End
Shift+Home
Ctrl+Delete
Shift+Alt+Left
和 Shift+Alt+Right
Alt+Shift+鼠標左鍵
, Ctrl+Alt+Down/Up
Ctrl+Shift+L
Ctrl+D
下一個匹配的也被選中 (在 sublime 中是刪除當前行,後面自定義快鍵鍵中,設置與 Ctrl+Shift+K
互換了)Ctrl+U
Ctrl + Shift + L
鍵,便可快速選中當前文件中全部匹配的詞,並在每個詞後面有一個編輯光標,可批量同步編輯Shift+F12
Ctrl+F12
F2
,輸入新名字,回車,則全部該方法的引用也都同步更新了F8
逐個跳轉Set file to
compare,而後須要對比的文件上右鍵選擇 Compare with file_name_you_chose
Ctrl+F
Ctrl+H
Ctrl+Shift+F
F11
Ctrl +/-
Ctrl+B
Ctrl+Shift+E
Ctrl+Shift+F
Ctrl+Shift+G
Ctrl+Shift+D
Ctrl+Shift+U
File -> AutoSave
,或者 Ctrl+Shift+P
,輸入 auto