現在PHP程序不少,修改PHP的IDE與編輯器也多, 如PhpStorm,Sublime Text,NetBeans,Zend Studio,Notepad++,Eclipse with PDT,Dreamweaver,Aptana,Vim,phpDesigner,zendstudio,aptana. php
固然使用visual studio也可修改PHP代碼。 html
這裏,我將使用eclipse修改PHP代碼 git
let's start github
下載eclipse http://www.eclipse.org/downloads/packages/eclipse-php-developers/lunasr1 sql
自動換行能夠參考 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.x vim
建議不要選擇Contact all update sites during install to find required software windows
這個網站提供了大量適合PHP開發的插件: http://twig.dubture.com/installation/ app
除了經過marketplace安裝外還能夠以下 eclipse
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 phpstorm
編碼
設置精典主題
加快自動提示速度
字體
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 */
具體略。
adiOS