Table of Contents generated with DocToc
支援 macOS、Linux、Windows,版控預設支援 Git
- 下載處 Download Visual Studio Code - Mac, Linux, Windows
- 詳細安裝指南 Setting up Visual Studio Code
- 推薦選擇
Open with Code
- 使用 Mac 的朋友可以在 Finder 加上 sozercan/OpenInCode
- 推薦選擇
- 每周嘗鮮版 Download Visual Studio Code Insiders
UI
- 編輯器
- 側邊攔
- 狀態列
- 活動列
- 面板
- 開啟檔案
Ctrl+P
+ (Ctrl+Click
orCtrl+Enter
) - 分割視窗
Ctrl+\
或檔案拉至上、下、左、右方 - 切換視窗
Ctrl+1, 2, 3, 4
讓你俯瞰程式碼,如果覺得礙眼可以去調整 editor.minimap.side
或 editor.minimap.enabled
如果覺得礙眼可以去調整 editor.renderIndentGuides
- 新增檔案
- 新增資料夾
- 重新整理
- 摺疊資料夾
- terminal 開啟目錄
- 比對檔案
- 複製路徑
可調整排序
編輯器行為,有活動才會保留
- 變更檔案
- 雙擊
- 開啟外部檔案
如果覺得不喜歡可以去調整 workbench.editor.enablePreview
- 搜尋
- 版控
- Debug
- 套件
- 自訂 View
快速開啟: Ctrl+Q
(View: Open View)
- 可以拖曳排序 View
- 右鍵點擊,可以選擇、顯示或隱藏 View
你想的到、想不到的指令,他都有 Ctrl+Shift+P
- 開啟檔案
Ctrl+P
- 開啟中的檔案
Ctrl+Shift+Tab
- 至特定符號
Ctrl+Shift+O
- 至某一行
Ctrl+G
- 輸入
?
會告知你所有可以執行的指令
- 全域
- 工作區
- Windows:
File > Preferences > Settings
- Mac:
Code > Preferences > Settings
專心 coding 的好幫手
自由搭配 View > Editor Layout