indentation - Copy of "Format Document" function in Visual Studio? -


I'm looking for an app that does the "Stot Format Document" function in Visual Studio. Something really stupid (probably add-on even on a normal text editor) that will basically turn it on:

  & lt; Div & gt; & Lt; Table & gt; & Lt; Tr & gt; & Lt; Td> & Lt; ? Php echo 'Earth'; ? & Gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; / Div & gt;  

In:

  & lt; Div & gt; & Lt; Table & gt; & Lt; TR & gt; & Lt; TD & gt; & Lt ;? Php echo 'earth'; ? & Gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; / Div & gt;  

Use notepad ++ with the plugin

more look for information.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -