Mac/window Webstorm/Eclipse部分快捷鍵使用

Webstorm快捷鍵 Eclipse快捷鍵 說明
ctrl+shift+N ctrl+shift+R 經過文件名快速查找工程內的文件(必記)
ctrl+shift+alt+N ctrl+shift+alt+N 經過一個字符快速查找位置(必記)
ctrl+F ctrl+F 在文件內快速查找代碼
F3 ctrl+K 查找下一個
shift+F3 ctrl+shift+K 查找上一個
ctrl+R ctrl+F 文件內代碼替換
ctrl+shift+R   指定目錄內代碼批量替換
ctrl+shift+F ctrl+H 指定目錄內代碼批量查找

 

Webstorm快捷鍵 Eclipse快捷鍵 說明
ctrl+shift+A ctrl+shift+A 快速查找並使用編輯器全部功能(必記)
alt+[0-9] alt+[0-9] 快速拆合功能界面模塊
ctrl+shift+F12 ctrl+shift+F12 最大區域顯示代碼(會隱藏其餘的功能界面模塊)
alt+shift+F alt+shift+F 將當前文件加入收藏夾
ctrl+alt+s ctrl+alt+s 打開配置窗口
ctrl+tab ctrl+tab 切換代碼選項卡(還要進行此選擇,效率差些)
alt+←/→ alt+←/→ 切換代碼選項卡
ctrl+F4 ctrl+F4 關閉當前代碼選項卡

  

 

Webstorm快捷鍵 Eclipse快捷鍵 說明
ctrl+D ctrl+shift+ 複製當前行
ctrl+W alt+shift+ 選中單詞
ctrl+←/→
ctrl+←/→
以單詞做爲邊界跳光標位置
alt+insert alt+insert 新建一個文件或其餘
ctrl+alt+L ctrl+alt+L 格式化代碼
shift+tab/tab shift+tab/tab 減小/擴大縮進(能夠在代碼中減小行縮進)
ctrl+Y ctrl+D 刪除一行
shift+enter shift+enter 從新開始一行(不管光標在哪一個位置)

 

Webstorm快捷鍵 Eclipse快捷鍵 說明
esc esc 進入代碼編輯區域
alt+F1 alt+F1 查找代碼在其餘界面模塊的位置,頗爲有用
ctrl+G ctrl+L 到指定行的代碼
ctrl+]/[ ctrl+]/[ 光標到代碼塊的前面或後面
alt+up/down ctrl+shift+up/down 上一個/下一個方法

 

 

快捷鍵 做用
command + d 副本當前行或選中的區塊
command + f 查找當前文檔
command + g 跳轉到文檔的某一行某一列
command + p 顯示參數信息
command + r 替換當前文檔
command + w 選中當前單詞、行、區塊等
command + y 刪除整行
command + mouseover 顯示主要信息
command + [ 移動光標到代碼塊前
command + ] 移動光標到代碼塊尾
command + + 摺疊區塊
command + - 展開區塊
command + -> 光標移到行尾
command + <- 光標移到行頭
快捷鍵 做用
command + option + t 將代碼以某種格式包括起來
command + option + l 將代碼格式化
快捷鍵 做用
command + shift + u 切換大小寫
command + shift + [ 選中到代碼塊前
command + shift + ] 選中到代碼塊尾
command + shift + + 摺疊全部區塊
command + shift + - 展開全部區塊
快捷鍵 做用
shift + return 在任意位置換行
shift + F6 高級修改,可快速修改光標所在的標籤、變量、函數等
control + shift + f find in path
control + shift + j 合併行
control + shift + r replace in path
快捷鍵 做用
option + delete delete to word start
option + fn + delete delete to word end
option + -> 以單詞爲單位移動光標
option + <- 以單詞爲單位移動光標
相關文章
相關標籤/搜索