Command+alt+T 用 (if..else, try..catch, for, etc.)包住 增加環繞標籤
Command+/ 註釋/取消註釋的行註釋
Command+alt+/ 註釋/取消註釋與塊註釋
alt+↑ 向上選取程式碼塊
alt+↓ 向下選取程式碼塊
Command+alt+L 格式化程式碼
tab,shift+tab 調整縮排
Control+alt+I 快速調整縮排
Command+C 複製
Command+X 剪下
Command+V 貼上
Command+shift+V 從剪貼簿裡選擇貼上
Command+D 複製程式碼副本
Control+Shift+J 清除縮排變成單行
shift+回車 快速換行
Command+回車 換行游標還在原先位置
Command+shift+U 大小寫轉換
Command+shift+[,Command+shift+] 檔案選項卡快速切換
Command+加號,Command+減號 收縮程式碼塊
Command+shift+加號,Command+shift+減號 收縮整個文件的程式碼塊
Command+W 關閉當前檔案選項卡
alt+單擊 游標在多處定位
Control+shift+J 把下面行的縮排收上來
shift + F6 高階修改,可快速修改游標所在的標籤、變數、函式等
alt+/ 程式碼補全
除錯
Control+alt+R 執行專案
Command+Control+R 執行Debug
Command+F8 新增斷點
Command+shift+F8 開啟斷點列表
導航
Command+O 跳轉到某個類
Command+shift+O 跳轉到某個檔案
Command+alt+O 跳轉到某個符號
Control+←,Control+→ 轉到上/下一個編輯器選項卡
F12 開啟之前開啟的工具視窗(TODO、終端等)
Command+L 跳轉行
Command+E 彈出最近檔案
Command+alt+←,Command+alt+→ 向前向後導航到程式碼塊交接處(一般是空行處)
Command+shift+delete 導航到上一個編輯位置的位置
Command+B 跳轉到變數宣告處
Control+J 獲取變數相關資訊(型別、註釋等,註釋是拿上一行的註釋)
Command+Y 小浮窗顯示變數宣告時的行
Command+[,Command+] 游標現在的位置和之前的位置切換
Command+F12 檔案結構彈出式選單
alt+H 類的層次結構
F2,shift+F2 切換到上\下一個突出錯誤的位置
Command+↑ 跳轉到導航欄
F3 新增書籤
alt+F3 新增帶助記的書籤
alt+1,alt+2… 切換到相應助記的書籤位置
Command+F3 開啟書籤列表
VCS/本地歷史記錄
control+V 開啟VST小浮窗
Command+K 提交專案
Command+T 更新專案
alt+shift+C 開啟最近修改列表
搜尋和替換
Command+F 搜尋
Command+R 替換
Command+G 查詢下一個
Command+shift+G 查詢下一個
Command+shift+F 按路徑搜尋
Command+shift+R 按路徑替換
選中文字的搜尋
Command+F7 向宣告的地方搜尋並選中
Command+shift+F7 開啟搜尋框進行搜尋
Command+alt+F7 開啟小浮窗顯示搜尋列表
對專案檔案的操作(重構)
F5 複製檔案到某個目錄
F6 移動檔案到某個目錄
shift+F6 重新命名
全域性的
雙擊shift 彈出小浮窗搜尋所有
Command+切換專案 Command+shift+ 反向切換專案
Command+shift+A 整個工程的查詢操作
Command+1,Command+2… 開啟各種工具視窗
alt+shift+F 把檔案新增到收藏夾
alt+shift+I 開啟專案描述
alt+~ 快速切換當前計劃
Command+, 設定編輯器
Control+Tab 選項卡和工具視窗之間進行切換
alert+回車 顯示npm版本升級列表
Command+alt+T 用 (if..else, try..catch, for, etc.)包住 增加環繞標籤
Command+/ 註釋/取消註釋的行註釋
Command+alt+/ 註釋/取消註釋與塊註釋
alt+↑ 向上選取程式碼塊
alt+↓ 向下選取程式碼塊
Command+alt+L 格式化程式碼
tab,shift+tab 調整縮排
Control+alt+I 快速調整縮排
Command+C 複製
Command+X 剪下
Command+V 貼上
Command+shift+V 從剪貼簿裡選擇貼上
Command+D 複製程式碼副本
Control+Shift+J 清除縮排變成單行
shift+回車 快速換行
Command+回車 換行游標還在原先位置
Command+shift+U 大小寫轉換
Command+shift+[,Command+shift+] 檔案選項卡快速切換
Command+加號,Command+減號 收縮程式碼塊
Command+shift+加號,Command+shift+減號 收縮整個文件的程式碼塊
Command+W 關閉當前檔案選項卡
alt+單擊 游標在多處定位
Control+shift+J 把下面行的縮排收上來
shift + F6 高階修改,可快速修改游標所在的標籤、變數、函式等
alt+/ 程式碼補全
除錯
Control+alt+R 執行專案
Command+Control+R 執行Debug
Command+F8 新增斷點
Command+shift+F8 開啟斷點列表
導航
Command+O 跳轉到某個類
Command+shift+O 跳轉到某個檔案
Command+alt+O 跳轉到某個符號
Control+←,Control+→ 轉到上/下一個編輯器選項卡
F12 開啟之前開啟的工具視窗(TODO、終端等)
Command+L 跳轉行
Command+E 彈出最近檔案
Command+alt+←,Command+alt+→ 向前向後導航到程式碼塊交接處(一般是空行處)
Command+shift+delete 導航到上一個編輯位置的位置
Command+B 跳轉到變數宣告處
Control+J 獲取變數相關資訊(型別、註釋等,註釋是拿上一行的註釋)
Command+Y 小浮窗顯示變數宣告時的行
Command+[,Command+] 游標現在的位置和之前的位置切換
Command+F12 檔案結構彈出式選單
alt+H 類的層次結構
F2,shift+F2 切換到上\下一個突出錯誤的位置
Command+↑ 跳轉到導航欄
F3 新增書籤
alt+F3 新增帶助記的書籤
alt+1,alt+2… 切換到相應助記的書籤位置
Command+F3 開啟書籤列表
VCS/本地歷史記錄
control+V 開啟VST小浮窗
Command+K 提交專案
Command+T 更新專案
alt+shift+C 開啟最近修改列表
搜尋和替換
Command+F 搜尋
Command+R 替換
Command+G 查詢下一個
Command+shift+G 查詢下一個
Command+shift+F 按路徑搜尋
Command+shift+R 按路徑替換
選中文字的搜尋
Command+F7 向宣告的地方搜尋並選中
Command+shift+F7 開啟搜尋框進行搜尋
Command+alt+F7 開啟小浮窗顯示搜尋列表
對專案檔案的操作(重構)
F5 複製檔案到某個目錄
F6 移動檔案到某個目錄
shift+F6 重新命名
全域性的
雙擊shift 彈出小浮窗搜尋所有
Command+切換專案 Command+shift+ 反向切換專案
Command+shift+A 整個工程的查詢操作
Command+1,Command+2… 開啟各種工具視窗
alt+shift+F 把檔案新增到收藏夾
alt+shift+I 開啟專案描述
alt+~ 快速切換當前計劃
Command+, 設定編輯器
Control+Tab 選項卡和工具視窗之間進行切換
alert+回車 顯示npm版本升級列表