phpStorm提示總結
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 全域搜尋
?