I am looking for a lightweight PHP prettyprint (beautification) tool. In Netbeans, I can Right-click and select Format to format source code. Is there a text editor with the same capability?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
closed as not constructive by Joel Coehoorn, random♦ Dec 26 '11 at 2:41
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
You can use Notepad++'s auto-indenter. It is in TextFX-> TextFX Edit->Reindent C++ code. |
|||||||||
|
|
Many code beautifiers and prettyprint tools are hosted online. These online tools may be the best, as they are operating system independent. For PHP, some examples are PHPFormatter.com and PrettyPrinter.de. If you are looking for a stand-alone application, phpCodeBeautifier is available for both Windows and Linux. |
|||
|
|