开发者

Copy of "Format Document" function in Visual Studio?

开发者 https://www.devze.com 2022-12-08 16:55 出处:网络
I am lookin开发者_运维问答g for an app that can do what the \"Format Document\" function does in Visual Studio. Something really stupid (maybe even an add-on to a normal text editor) that will basical

I am lookin开发者_运维问答g for an app that can do what the "Format Document" function does in Visual Studio. Something really stupid (maybe even an add-on to a normal text editor) that will basically turn this:

<div><table><tr><td><?php echo 'earth'; ?></td></tr></table></div>

into this:

<div>
  <table>
    <tr>
      <td>
        <?php echo 'earth'; ?>
      </td>
    </tr>
  </table>
</div>


use NotePad++ with Tidy plugin

see here for more informations.

0

精彩评论

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

关注公众号