phpStorm使用技巧總結

2021-07-23 23:40:57 字數 1533 閱讀 5593

1,從版本控制系統建立專案:

cvs -> checkout from version control

2, 關聯doc文件:

右鍵external librariese -> configure php include paths

3, 去掉波浪線:

settings -> editor -> colors & fonts -> general -> typo->effects

4, 顯示行號: se

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使用技巧總結

2014 工欲善其事,必先利其器.擁有乙個好的工具不僅可以事半功倍,而且也令人神清氣爽.在編輯器上,我所走過的路是這樣的 notepad 對,就是最原始的win下的note editplus zendstudio notepad vim phpstorm vim和notepad 如果不加外掛程式,就...

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使用技巧

確實很好用,不過還是要看一些方法 2,關聯doc文件 右鍵external librariese configure php include paths 3,去掉波浪線 settings editor colors fonts general typo effects 4,顯示行號 5,遠端或本地同...