格式化 HTML 文档

我喜欢 Visual Studio 中用于格式化 HTML 文档的特性(CTRL + KCTRL + D)。

在任何其他(免费的)编辑器中是否有一个插件具有相同的功能,例如记事本 + + ?

84086 次浏览

If you mean colorizing and formatting from "Format", Notpad++ has HTML tidying feature via Tidy2 plugin. Install the plugin with the Plugin Manager, and a new menu Tidy2 item will appears under the Plugins, and from there you can formatting HTML.

Also Netbeans IDE has formatting(ALT+F) feature for many languages (including PHP, HTML, CSS and JS).