webstorm常用快捷鍵及外掛程式

2021-09-08 22:31:10 字數 985 閱讀 1028

子曰:工欲善其事,必先利其器。那麼問題來了,前端開發用什麼比較好? 我反正用的是webstorm,之前也花了一些時間看看別人的使用方式。下面分類介紹一下。

常用快捷鍵:    

double shift : search everywhere。

ctrl+shift+l:格式化**。

ctrl+shift+『+』:摺疊**。

ctrl+shift+『-』:展開**。

ctrl+shirt+n : goto any file;

ctrl+n: goto class;

ctrl+shift+a :相當於sublime裡面的ctrl+shift+p;記不住的操作都可以在這裡面搜尋。

ctrl+shift+to set, ctrl+to jump there;在**裡對某一行做標記,可以快速的跳轉。

ctrl+e : recent files。開啟最近編輯過的檔案。

complete statement (ctrl+shift+enter);

ctrl+b : to where it's defined; 跳到申明的地方。

ctrl+space : pop out hinting dialog 彈出提示框。

ctrl+shift+v : paste2.0 加強版的貼上

shift+f6 : rename variable name;重新命名變數

ctrl+f12 : jump to some location of current file;跳到當前檔案的某個位置。

alt+insert : new file;建立新檔案。

常用外掛程式:

ace jump.游標跳轉到你輸入的字元。

codeglance.類似於sublime右邊的minimap。

keypromoter:你用滑鼠進行某項操作時,如果有快捷鍵,會提示你快捷鍵,如果沒有,操作超過三次以後會提示你設定快捷鍵。相當霸氣。

估計也不會更新了,現在改用sublime text了。

WebStorm常用快捷鍵

查詢 代替 快捷鍵說明 ctrl shift n 通過檔名快速查詢工程內的檔案 必記 ctrl shift alt n 通過乙個字元快速查詢位置 必記 ctrl f 在檔案內快速查詢 f3 查詢下乙個 shift f3 查詢上乙個 ctrl r 檔案內 替換 ctrl shift r 指定目錄內 批...

Webstorm常用快捷鍵

快捷鍵 說明 ctrl shift n通過檔名快速查詢工程內的檔案 必記 ctrl shift alt n通過乙個字元快速查詢位置 必記 ctrl f在檔案內快速查詢 f3查詢下乙個 shift f3查詢上乙個 ctrl r檔案內 替換ctrl shift r指定目錄內 批量替換 ctrl shif...

Webstorm常用快捷鍵

介面操作快捷鍵 說明 ctrl shift n通過檔名快速查詢工程內的檔案 必記 ctrl shift alt n通過乙個字元快速查詢位置 必記 ctrl f在檔案內快速查詢 f3查詢下乙個 shift f3查詢上乙個 ctrl r檔案內 替換 ctrl shift r指定目錄內 批量替換 ctrl...