Sublime Text插件之HTML-CSS-JS Prettify

一、Sublime Text插件之HTML-CSS-JS Prettify

说明:如果仅是对HTML、CSS、JS进行格式化显示的话‘HTML-CSS-JS Prettify’插件比‘CodeFormatter’要好一些。

关于CodeFormatter:http://blog.csdn.net/u011127019/article/details/52265980

注:

1.改插件格式化不是所有的标记都换行,然而在CodeFormatter中是这样

2.改插件格式化时候,对于同一行内多个空格,自动处理成一个空格

html格式化实例:


二、相关整理:

GitHub源代码地址:https://github.com/victorporof/Sublime-HTMLPrettify

Package Control地址:https://packagecontrol.io/packages/HTML-CSS-JS%20Prettify

三、使用步骤

1.下载插件,解压到:根目录/Data/Packages 中

2.配置关联

{
  // Simply using `node` without specifying a path sometimes doesn't work :(
  // https://github.com/victorporof/Sublime-HTMLPrettify#oh-noez-command-not-found
  // http://nodejs.org/#download
  "node_path": {
    "windows": "C:/Program Files/nodejs/node.exe",
    "linux": "/usr/bin/nodejs",
    "osx": "/usr/local/bin/node"
  },

  // Automatically format when a file is saved.
  "format_on_save": true,

  // Only format the selection if there's one available.
  "format_selection_only": true,

  // Log the settings passed to the prettifier from `.jsbeautifyrc`.
  "print_diagnostics": true
}

3.配置格式化参数,目前使用感觉使用默认就可以。



更多:


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值