[轉]phpstorm工具的使用收集

如今把一些使用技巧記錄下來,省得到時候忘了再查:
1,從版本控制系統建立項目:
CVS -> Checkout from Version Control瀏覽器

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

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

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

5,遠程或本地同步文件:
Tools -> Deploments -> Configurationidea

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

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…orm

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了。

相關文章
相關標籤/搜索