PHPStorm預設快捷鍵

2021-07-08 08:59:40 字數 1750 閱讀 2681

ctrl+j            插入活動**提示

ctrl+alt+t        當前位置插入環繞**

alt+insert        生成**選單

shift + enter 新一行

ctrl+q            檢視**注釋

ctrl+d            複製當前行

ctrl+y            刪除當前行

ctrl+alt+y      重新整理專案快取synchronize 或資料夾右鍵synchronize

shift+f6          重新命名

ctrl+shift+u      字母大小寫轉換

ctrl+f            查詢

ctrl+r            替換

ctrl+shift+i      檢視變數或方法定義源

ctrl+g            跳轉行

ctrl+alt+f12      跳轉至當前檔案在磁碟上的位置

alt+down          檢視下乙個方法

alt+up            檢視上乙個方法

ctrl+alt+l        重新格式化**

ctrl+shift+down   statement向下移動

ctrl+shift+up     statement向上移動

alt+shift+down    line向下移動

alt+shift+up      line向上移動

ctrl+/            行注釋

ctrl+shift+/      塊注釋

ctrl + shift + z:redo

ctrl + shift + f:區域查詢

ctrl+shift+n      開啟工程中的檔案

ctrl+b            跳到變數申明處

ctrl+           匹配 {}

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

ctrl+x            剪下行

ctrl+shift+v      複製多個文字

alt+left/right    標籤切換

ctrl+p            顯示預設引數

ctrl + '-/+': 可以摺疊專案中的任何**塊

PhpStorm 預設快捷鍵

phpstorm 是 jetbrains 公司開發的一款商業的 php 整合開發工具,phpstorm可隨時幫助使用者對其編碼進行調整,執行單元測試或者提供視覺化debug功能。常用的phpstorm快捷鍵 ctrl j 插入活動 提示 ctrl alt t 當前位置插入環繞 alt insert ...

phpstorm的快捷鍵

以下是個人在使用phpstorm開發的時候需要謹記的一些快捷鍵 command shift a 重要快捷鍵 command p 開啟某個檔案 option command l 格式化 command d 多點編輯 ctrl command g 選中所有進行多點編輯 command n 生成注釋 包括...

常用PHPstorm 快捷鍵

ctrl f 當前檔案下查詢文字 ctrl shift f 指定目錄下查詢文字 ctrl r 當前檔案下替換文字 ctrl shift r 指定目錄下替換文字 ctrl f4 關閉當前檔案 ctrl e 開啟最近關閉的檔案 ctrl j 提示 ctrl p 方法引數提示 ctrl g 跳轉至某一行 ...