本篇文章,希望能夠幫助開(kāi)發(fā)者更高效地使用 VS Code 進(jìn)行編程。
作者 | Deepak Gupta
譯者 | 大羅,責(zé)編 | 郭芮
出品 | CSDN(ID:CSDNnews)
以下為譯文:
在 MAC 上:Ctrl + J
File
> Preferences
> Keyboard shortcuts
打開(kāi)快捷鍵的設(shè)置,并且綁定editor.action.joinLines
你自己的快捷鍵。在 Windows 上:Shift + Alt + F
在 Mac 上:Shift + Option + F
在 Ubuntu 上:Ctrl + Shift + I
打開(kāi)用戶設(shè)置頁(yè)面 (Preferences
> Settings
> User TAB
);
點(diǎn)擊右上角的圖標(biāo)切換到代碼編輯模式;
添加'files.trimTrailingWhitespace': true
到設(shè)置文件中;
保存你的設(shè)置文件。
在 Windows/Ubuntu 上:Ctrl + Shift + [
在 Mac 上:Command+ Option + [
在 Windows/Ubuntu 上:Ctrl + Shift + ]
在 Mac 上:Command+ Option + ]
在 Windows 上:Shift + Alt + Up/Down
在 Mac 上:Shift + Option + Up/Down
在 Ubuntu 上:Ctrl + Shift + Alt + Up/Down
File
> Preferences
> Keyboard Shortcuts
在 Windows 上:Shift + Alt + \ or 2,3,4
在 Mac 上:Command + \ or 2,3,4
在 Ubuntu 上:Shift + Alt + \ or 2,3,4
123
也可以切換編輯器焦點(diǎn)。'workbench.editor.closeEmptyGroups': false
View
> Edit Layout
的菜單中,也有預(yù)設(shè)的布局:在 Windows 上:Ctrl+ d
在 Mac 上: Command + d
在 Ubuntu 上: Ctrl+ d
在 Windows 上:Ctrl+ b
在 Mac 上:Command + b
在 Ubuntu 上:Ctrl+ b
Ctrl + G
,然后輸入要跳轉(zhuǎn)的行號(hào),當(dāng)然,你也可以使用Ctrl + P
,然后輸入:
和要跳轉(zhuǎn)的行號(hào)。在 Windows 上:Ctrl + g
在 Mac 上:Ctrl + g
orCtrl + p
在 Ubuntu 上:Ctrl + g
Ctrl + Shift + o
Command + Shift+ o
Ctrl + Shift + o
@:
在 Windows 上:Ctrl + t
在 Mac 上:Command + t
在 Ubuntu 上:Ctrl + t
在 Windows 上:Ctrl + backspace
在 Mac 上:Option + delete
在 Ubuntu 上:Ctrl + backspace
在 Windows 上:Ctrl + Shift + 右鍵頭 / 左鍵頭
在 Mac 上:Option + Shift + 右鍵頭 / 左鍵頭
在 Ubuntu 上:Ctrl + Shift + 右鍵頭 / 左鍵頭
在 Windows 上:Ctrl + Shift + d
在 Mac 上:Command + Shift +d
在 Ubuntu 上:Ctrl + Shift + d
在 Windows 上:Ctrl + x
在 Mac 上:Command + x
在 Ubuntu 上:Ctrl + x
在 Windows 上:Ctrl + Alt + Up/Down
在 Mac 上:Command + Alt + Up / Down
在 Ubuntu 上:Ctrl + Alt + Up / Down
在 Windows 上:F2
在 Mac 上:F2
在 Ubuntu 上:F2
F2
,上下文中的引用都會(huì)被重命名。在 Windows 上:Shift + Alt
在 Mac 上:Shift + Option
在 Ubuntu 上:Shift + Alt
在 Windows 上:Ctrl + p
在 Mac 上:Command + p
在 Ubuntu 上:Ctrl + p
Linux:https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
Window:https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
macOS:https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf
熱 文 推 薦
聯(lián)系客服