ctrl+shift+ 直接選中塊** = ctrl+w 按好幾下
ctrl + y 刪除 插入符號所在的行
ctrl+x 剪下,刪除行 與ctrl + y 感覺差不多
ctrl+p 方法引數提示,顯示預設引數
ctrl+j 自動**提示,自動補全
ctrl+e 最近開啟的檔案
cirl+b 找變數的**,跳到變數申明處 (ctrl+ 滑鼠單擊 也可以)
ctrl +f12 檔案結構彈出 類似 alt + 7
ctrl+o 魔術方法, 在php類體中有效
inte***ce test
class a implements test
control+o 是方法重寫
control+i 才是實現介面方法
ctrl+o 是那些魔術方法。 ctrl+i,是那些需要重寫的方法。
原文出自:
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 j 插入活動 提示 ctrl alt t 當前位置插入環繞 alt insert 生成 選單 shift enter 新一行 ctrl q 檢視 注釋 ctrl d 複製當前行 ctrl y 刪除當前行 ctrl alt y 重新整理專案快取synchronize 或資料夾右鍵synchr...