phpstorm 是 jetbrains 公司開發的一款商業的 php 整合開發工具,phpstorm可隨時幫助使用者對其編碼進行調整,執行單元測試或者提供視覺化debug功能。
常用的phpstorm快捷鍵:
ctrl+j 插入活動**提示ctrl+alt+t 當前位置插入環繞**
alt+insert 生成**選單
ctrl+q 檢視**注釋
ctrl+d 複製當前行
ctrl+y 刪除當前行
shift+f6 重新命名
ctrl+shift+u 字母大小寫轉換
ctrl+f 查詢
ctrl+r 替換
f4 檢視原始碼
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+n 開啟工程中的檔案
ctrl+b 跳到變數申明處
ctrl+ 匹配 {}
ctrl+shift+]/[ 選中塊**....
ctrl+x 剪下行
ctrl+shift+v 複製多個文字
alt+left/right 標籤切換
ctrl+p 顯示預設引數
這裡發布幾個網路上比較流行的phpstorm註冊碼:
使用者名稱:embrace註冊碼:
***** license begin *****
11674-12042010
0000064na0kkqi8qwpbf1rebulp2js
shb1n3edl6mur9lnhpxzmtxv"zznja
dvi1nwuvh7uuz8fgwan8wejhhhtfop
***** license end *****
使用者名稱:embrace註冊碼:
***** license begin *****
11674-12042010
0000064na0kkqi8qwpbf1rebulp2js
shb1n3edl6mur9lnhpxzmtxv"zznja
dvi1nwuvh7uuz8fgwan8wejhhhtfop
***** license end *****
PHPStorm預設快捷鍵
ctrl j 插入活動 提示 ctrl alt t 當前位置插入環繞 alt insert 生成 選單 shift enter 新一行 ctrl q 檢視 注釋 ctrl d 複製當前行 ctrl y 刪除當前行 ctrl alt y 重新整理專案快取synchronize 或資料夾右鍵synchr...
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 跳轉至某一行 ...