phpStorm 快捷鍵收集以及配色方案

2022-02-19 10:50:22 字數 341 閱讀 1919

僅收集我在開發過程中覺得對我個人很有幫助的

ctrl + e ;檢視最近開啟的工程檔案 

ctrl+shift+n

比如要跳轉到templates/default/index.html

基本上輸入te/de/in,就可以出現上面的檔案了,當然輸入的越詳細,給出的結果越準確,支援模糊查詢

ctrl + / : 單行注釋

ctrl + shift + / : 塊注

釋ctrl + f12; 顯示類的成員屬性和方法

自定義快捷鍵

shift+q: 在瀏覽器中開啟 通過自定義快捷鍵(搜尋"open"很容易找到) 

配色方案去下面找

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...