企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# HTML-CSS-JS Prettify 功能说明:HTML、CSS、JS格式化。       插件地址:[https://github.com/victorporof/Sublime-HTMLPrettify](https://github.com/victorporof/Sublime-HTMLPrettify)       安装方法:安裝这个套件前必须先安裝node.js,指定 node.exe 的执行档所在位置。进而安装HTML-CSS-JS Prettify。       使用方法一:View -> Show console 或者使用快捷键(Ctrl + `),在命令列的地方輸入:view.run\_command("htmlprettify"),然后按下Enter。 ![](http://images.cnitblog.com/blog2015/698611/201504/121556516967887.jpg)       使用方法二:默认快捷键:Ctrl+Shift+H。                        你也可以自行设置快捷键,菜单 “Preferences---> Key Bindings – User” 里新增: ~~~html { "keys": ["ctrl+shift+o"], "command": "htmlprettify" } ~~~        完成后保存,以上代码设定执行此插件的快捷键是:Ctrl+Shfit+O,自己设定的话就要测试一下,不要跟其他快捷键冲突。       格式化前: ![](http://images.cnitblog.com/blog2015/698611/201504/121559371492109.jpg)       格式化后: ![](http://images.cnitblog.com/blog2015/698611/201504/121601255086470.jpg)