美化php代码较为麻烦,没有像js那样的方便。目前就找到这个方法能用到。

需要准备EditPlus以及其插件phpCB。

安装EditPlus之后找到菜单栏:

工具>参数设置>用户工具>添加工具>应用程序,再填写对应信息

php代码格式化--EditPlus插件-LMLPHP

菜单文本: 任意

命令:点击右边的小按钮选择之前准备的EditPlus插件 phpcb.exe

参数:
--space-after-if --glue-arrow --optimize-eol --space-after-switch --space-after-while --space-before-start-angle-bracket --one-true-brace-function-declaration --one-true-brace --extra-padding-for-case-statement --glue-amperscore --change-shell-comment-to-double-slashes-comment --indent-with-tab --force-large-php-code-tag --force-true-false-null-contant-lowercase --comment-rendering-style PEAR --equal-align-position 50 --padding-char-count 1 "$(FilePath)"

起始目录:$(FileDir)

动作:运行为 文本过滤器(替换)

php代码格式化--EditPlus插件-LMLPHP

确定保存。

使用的时候按Ctrl+1便是。

参考:http://hi.baidu.com/fanglor/item/6f988d41e859e9a961d7b991

http://blog.csdn.net/lele9001/article/details/12676115

03-04 15:07