webstrom一些常用的快捷鍵

2022-09-09 21:48:39 字數 706 閱讀 2571

1. ctrl + shift + n: 開啟工程中的檔案,目的是開啟當前工程下任意目錄的檔案。

2. ctrl + j: 輸出模板

3. ctrl + b: 跳到變數申明處

4. ctrl + alt + t: 圍繞包裹**(包括zencoding的wrap with abbreviation)

5. ctrl + : 匹配 {}

6. ctrl + f12: 可以顯示當前檔案的結構

7. ctrl + x: 剪下(刪除)行,不選中,直接剪下整個行,如果選中部分內容則剪下選中的內容

8. alt + left/right:標籤切換

9. ctrl + r: 替換

10. ctrl + shift + up: 行移動

11. shift + alt + up: 塊移動(if(){},while(){}語句塊的移動)

12. ctrl + d: 行複製

13. ctrl + shift + ]/[: 選中塊**

14. ctrl + / : 單行注釋

15. ctrl + shift + / : 塊注釋

16. ctrl + shift + i : 顯示當前css選擇器或者js函式的詳細資訊

17. ctrl + '-/+': 可以摺疊專案中的任何**塊,它不是選中摺疊,而是自動識別摺疊。

18. ctrl + '.': 摺疊選中的**的**。

webstrom一些常用快捷鍵

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

webstrom 常用快捷鍵

tab鍵 lorem10 快速增加10行無意義的文字 alt f12 調出 cmd命令 ctrl 注釋 ctrl shift 注釋多行 ctrl shift v 貼上的歷史記錄 ctrl shift 回車 向下增加一行 ctrl alt 回車 向上增加一行 ctrl 摺疊 塊 ctrl 展開 塊 c...

WebStrom常用快捷鍵

ctrl shift n 通過檔名快速查詢工程內的檔案 必記 ctrl shift alt n 通過乙個字元快速查詢位置 必記 ctrl f 在檔案內快速查詢 ctrl r 檔案內 替換 ctrl shift r 指定目錄內 批量替換 ctrl x 刪除行 ctrl shift up down 向上...