[轉]phpstorm工具的使用收集

耕毅發表於2017-05-11

現在把一些使用技巧記錄下來,免得到時候忘了再查:
1,從版本控制系統建立專案:
CVS -> Checkout from Version Control

2, 關聯DOC文件:
右鍵External Librariese -> Configure PHP include paths

3, 去掉波浪線:
settings -> Editor -> Colors & Fonts -> General -> TYPO->Effects

4, 顯示行號:
settings -> Editor->Appearance->Show line numbers

5,遠端或本地同步檔案:
Tools -> Deploments -> Configuration

6, 去掉右上角瀏覽器圖示:
settings -> tools -> WebBrowsers

7, 新增VIM外掛:
settings->editor ->plugins->browse repositories ->搜尋VIM

8,啟動的時候不開啟工程檔案
Settings->General去掉Reopen last project on startup.

9, 取消自動儲存
appearance -> system settings -> save file的兩個選項 去掉

10, 將編輯的檔案加星號標識:
settings -> editor -> editor tabs -> 勾選 mark modifed tabs…

11, 新增副檔名高亮顯示:
settings -> editor -> file types

常用快捷鍵:
command + option + l 將程式碼格式化
command + shift + u 切換大小寫
command + shift + + / command + shift + – 摺疊/展開所有區塊
command + e 列出最後開啟的檔案
control + tab / control + shift + tab 切換開啟的檔案
command + / 行註釋
ctrl + shift + / 塊註釋
command + b 函式追蹤,同command +單擊
command + alt + 左右箭頭 操作動作前進/回退
shift + command + r 按檔名搜尋對應檔案所在路徑
shift + command + t 按類名搜尋對應檔案所在路徑
shift + command + c 複製當前檔案所在路徑
Command + Shift + O 開啟檔案
Command + O 開啟類
alt + F1 定位編輯檔案所在位置:
alt + F12 開啟命令列欄
command + shift + f 全域性搜尋
http://blog.csdn.net/black_ox…


PhpStorm側邊欄Project裡面只顯示檔案不顯示資料夾是什麼情況

答:把專案目錄下的.idea目錄刪掉,重新開啟,發現就OK了。

相關文章