根據http://www.sitepoint.com/best-php-ide-2014-survey-results/調查
大部分我的開發者會選擇 PhpStorm,Sublime Text,NetBeans,Zend Studio,Notepad++,Eclipse with PDT,Dreamweaver,Aptana,Vim,phpDesignerphp
免費的IDE基本上是NetBeans和Eclipse + PDT之爭。只是NetBeans功能上不錯,但界面太醜了,速度上也比eclipse慢。html
團隊協做時,初期仍是須要有一個指導性質的工具規範,養成一至的代碼風格。考慮windows用戶較多,如下截圖取自windows平臺eclipse,mac平臺基本同樣。git
在統一編碼習慣和風格後,並不限制編輯器。github
下載eclipsehttp://www.eclipse.org/downloads/packages/eclipse-php-developers/lunas...vim
自動換行能夠參考 Eclipse Word Wrap https://github.com/ahtik/eclipse-wordwrap/wiki Use http://ahtik.com/eclipse-update/ update site to install the latest version. Go to http://ahtik.com/blog/projects/eclipse-word-wrap/ for more info
http://subclipse.tigris.org/update_1.10.xwindows
建議不要選擇Contact all update sites during install to find required softwareapp
這個網站提供了大量適合PHP開發的插件:http://twig.dubture.com/installation/eclipse
除了經過marketplace安裝外還能夠以下phpstorm
The plugin can be installed via the Update Manager using the following updatesite: http://p2-dev.pdt-extensions.org
http://vrapper.sourceforge.net/update-site/stable編輯器
編碼
設置精典主題
加快自動提示速度
字體
volt模板語法高亮顯示(方案一:設置成php或者html)
若是安裝了twig模板支持(推薦方案二:設置成Twig Template)
顯示空白
空格代替tab
格式化標準爲PSR-2
php調試
PHP Include Path
除了指定外部源碼目錄外還能夠指定項目
windows->editor
比較 Local history
替換 Local history
兼容phpstorm,netbeans,eclipse的函數內變量註釋
/* @var $var type */
略
略