確實很好用,不過還是要看一些方法
**:2, 關聯doc文件:
右鍵external librariese -> configure php include paths
3, 去掉波浪線:
settings -> editor -> colors & fonts -> general -> typo->effects
4, 顯示行號:
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, 取消自動儲存
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 全域性搜尋
PHPstorm使用技巧
phpstorm ctrl shift alt n,查詢函式 ctrl j 插入活動 提示 ctrl alt t 當前位置插入環繞 alt insert 生成 選單 ctrl q 檢視 注釋 ctrl d 複製當前行 ctrl y 刪除當前行 shift f6 重新命名 ctrl shift u 字...
phpstorm 使用技巧
快捷鍵 alt f2 在瀏覽器實時檢視編輯效果 ctrl d 將滑鼠放在目標行,快速複製目標行到下一行 ctrl o 在乙個類中尋找相應方法,直接輸入搜尋 ctrl e 開啟最近瀏覽記錄 ctrl space 開啟語法提示 ctrl y 刪除當前行或選中內容所涉及的行 ctrl r 替換 ctrl ...
phpStorm使用技巧總結
1,從版本控制系統建立專案 cvs checkout from version control 2,關聯doc文件 右鍵external librariese configure php include paths 3,去掉波浪線 settings editor colors fonts gener...