ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

sublime-closure-linter

fbzhong ST2

适用于 Sublime Text 2 的 Google Closure Linter 支持

标签 linting

详细信息

  • 2011.12.16.14.54.12
  • github.​com
  • github.​com
  • 13年前
  • 23分钟前
  • 13年前

安装次数

  • 总计 21K
  • Win 12K
  • Mac 6K
  • Linux 3K
8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日 6月23日
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

README

源码
raw.​githubusercontent.​com

适用于 Sublime Text 2 的 Google Closure Linter 支持

Sublime Text 2 (https://text.sublime.net.cn/2) 是一个用于代码、HTML和纯文本的复杂文本编辑器。您将喜欢其光滑的用户界面和非凡的功能。

Closure Linter (http://code.google.com/p/closure-linter/) 强制执行由 Google JavaScript Style Guide 设定的指南。该检查器处理样式问题,以便您可以专注于代码。

此项目提供一个插件,用于为 Sublime Text 2 添加 Google Closure Linter 支持。

功能

  • Closure Linter: 运行 Closure Linter (ctrl+shift+j)

  • Closure Linter: 显示 Closure Linter 结果

  • Closure Linter: 修复 JavaScript 语法

  • 通过在结果视图中单击来突出显示错误行

  • 在结果视图中忽略特定错误

  • 跨平台:支持 Windows、Linux 和 Mac OS X

要求

安装

如何使用?

  • 通过命令面板(Windows 和 Linux: Ctrl+Shift+P, OSX: Command+Shift+P)然后搜索

    • Closure Linter: 运行 Closure Linter (ctrl+shift+j)
    • Closure Linter: 修复 JavaScript 语法 (ctrl+alt+shift+j)
    • Closure Linter: 显示 Closure Linter 结果
  • 在工具菜单中找到它们

    • 工具 -> 检查 -> 运行 Closure Linter
    • 工具 -> 检查 -> 修复 JavaScript 语法
    • 工具 -> 检查 -> 显示 Closure Linter 结果

打开一个 .js 文件并按 ctrl+shift+j 运行 Closure Linter。将出现一个新输出区域,提供 Closure Linter 结果

屏幕截图

设置

可以通过命令面板、首选项 > 包设置 > Closure Linter > 设置 - 用户菜单项来打开设置。

{
    // Path to the gjslint.
    "gjslint_path": "gjslint",

    // Flags pass to gjslint.
    "gjslint_flags": "",

    // Path to the fixjsstyle.
    "fixjsstyle_path": "fixjsstyle",

    // Flags pass to fixjsstyle.
    "fixjsstyle_flags": "",

    // Ignore errors, regex.
    "ignore_errors":
    [
        // "Expected an identifier and instead saw 'undefined' \(a reserved word\)"
    ],

    // debug flag.
    "debug": false
}

新 BSD 许可证

版权所有 © 2011,中翔 [email protected] 保留所有权利。

在满足以下条件的情况下,允许以源代码和二进制形式重新分发和使用,无论是否修改:

* Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
  notice, this list of conditions and the following disclaimer in the
  documentation and/or other materials provided with the distribution.
* Neither the name of the Robin Zhong nor the
  names of its contributors may be used to endorse or promote products
  derived from this software without specific prior written permission.

本软件由版权所有者和贡献者“按原样”提供,并不代表任何明示或暗示的保证,包括但不限于适销性和特定用途的适用性保证。在任何情况下,对于任何直接、间接、偶然、特殊、示范性或继发性损害(包括但不限于替代货物或服务的采购;使用、数据或利润的损失;或业务中断),无论基于何种原因和任何责任理论(包括但不限于合同、严格责任或侵权责任,包括过失或非过失),均不承担责任,即使已被告知可能发生此类损害。