phpstorm的快捷鍵

2021-06-28 09:26:24 字數 1022 閱讀 2792

以下是個人在使用phpstorm開發的時候需要謹記的一些快捷鍵:

command+shift+a:重要快捷鍵

command+p:開啟某個檔案

option+command+l:格式化**

command+d:多點編輯

ctrl+command+g:選中所有進行多點編輯

command+n:生成注釋(包括class function),通常的操作步驟是:command+n-->command+a-->enter

command+r:當前檔案查詢替換

command+f:當前檔案查詢

command+w:關閉當前檔案tab

shift+command+]:選中右邊乙個檔案tab

shift+command+[:

option+ <--:一行的開頭

option+ -->:

shift+ <--:跳過右邊乙個單詞(在一行之間跳換游標時很有用)

shift+ -->:

option+shift+ <--:選中游標到詞尾

option+shift+ -->:

command+delete:刪除一行

option+delete:從游標處刪除到詞的開頭(刪除乙個單詞用這個)

yc:觸發建立yii控制類

可以到live templates檢視和自定一些templates

phpstorm的快捷鍵

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

PhpStorm 預設快捷鍵

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

PHPStorm預設快捷鍵

ctrl j 插入活動 提示 ctrl alt t 當前位置插入環繞 alt insert 生成 選單 shift enter 新一行 ctrl q 檢視 注釋 ctrl d 複製當前行 ctrl y 刪除當前行 ctrl alt y 重新整理專案快取synchronize 或資料夾右鍵synchr...