** 2014
工欲善其事,必先利其器. 擁有乙個好的工具不僅可以事半功倍,而且也令人神清氣爽.
在編輯器上,我所走過的路是這樣的:notepad(對,就是最原始的win下的note) -> editplus -> zendstudio -> notepad++ & vim -> phpstorm .
vim和notepad++如果不加外掛程式, 就是純粹的編輯器, 儘管寫**很爽, 但管理專案還是太弱, 要配置完善加各種外掛程式,整個下來就很耗時耗力.phpstorm可以使用vim編輯模式,這樣就擁有了vim的操作和ide的專案管理.
zendstudio不可否認是一款非常出色的ide, 但是也有大吃記憶體的詬病和不能編輯大檔案的致命傷. 在eclipse上加了個外掛程式,改為收費軟體. 號稱"借花獻佛的胖子". 我也是一直在使用zs的, 後來同事推薦, 用過phpstorm,只不過當時是兩年前, 那時候的phpstorm還不成熟, 粗糙的介面加上"也很卡"的毛病讓我最終棄用了它.
如今,phpstorm不同以往,做的很完美. 使用了一段時間,感覺不會再使用zs了.
現在把一些使用技巧記錄下來,免得到時候忘了再查:
1,從版本控制系統建立專案:
cvs -> checkout from version control
2, 關聯doc文件:
右鍵external librariese -> configure php include paths
3, 去掉波浪線:
settings -> editor -> colors & fonts -> general -> typo->effects
4, 顯示行號:
se5,遠端或本地
同步檔案
: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使用技巧總結
1,從版本控制系統建立專案 cvs checkout from version control 2,關聯doc文件 右鍵external librariese configure php include paths 3,去掉波浪線 settings editor colors fonts gener...
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,遠端或本地同...