PHP代码格式化(EditPlus+PHPCB) 支持批量格式化

  • A+
所属分类:PHP学习
有时候有网上拷贝的源码,代码没有格式化,阅读起来比较费劲,那么就需要这个工具了
 PHP代码格式化(EditPlus+PHPCB) 支持批量格式化
DW_CS4居然只会格式化HTML和CSS代码,G来G去也只有PHPCB这一个N久没更新过的经典PHP代码格式工具了,命令行的,用法“phpcb file.php > newfile.php”。
PHPCB(PHP Code Beautifier),整合不到DW里,DW里也没有格式化PHP代码的功能或插件,不过PHPCB可以整合到EditPlus上,方法:PHPCB下载地址 http://www.jb51.net/softs/23113.html整合PHPCB到EditPlus:
EidtPlus:工具》配置用户工具…》添加工具
菜单文本:PHPCB
命令:浏览到PHPCB程序
参数:--space-after-if --optimize-eol --space-after-switch --space-after-while --space-before-start-angle-bracket --space-after-end-angle-bracket --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)
打勾:“以文本筛选器运行”,下拉选择“替换
应用”按钮。

另外,只想更好地使用PHPCB的话,提供一个操作批处理:
操作PHPCB的一个批处理phpformat.bat:

复制代码

代码如下:


 

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: