开发者

Format PHP code using a coding standard

开发者 https://www.devze.com 2023-01-23 20:30 出处:网络
It is possible to开发者_StackOverflow configure Eclipse PDT to format my php code after a standard like MySource or Zend?You looking for code indentation .

It is possible to开发者_StackOverflow configure Eclipse PDT to format my php code after a standard like MySource or Zend?


You looking for code indentation .

I hope this may help you

http://drupal.org/node/75242

https://github.com/ginatrapani/ThinkUp/wiki/Developer-Guide:-Setting-Up-Eclipse-PDT


You can, except maybe max line length. Preferences->PHP->Code Style->Formatter will change indention.

Preferences->General->Workspace will change text file formatting (i.e; line termination)

Preferences->PHP->Editor->Typing there is an option for closing PHP tag

0

精彩评论

暂无评论...
验证码 换一张
取 消