【问题标题】:Show a list of lint errors on bottom of sublime-text在 sublime-text 底部显示 lint 错误列表
【发布时间】:2016-04-16 05:18:39
【问题描述】:

我刚得到sublime text 3,我正在安装sublintereslint。因此,错误会显示在错误所在的实际行上。如何让它在底部显示当前文档的所有错误列表?

这就是我的意思。 (这是来自 atom 的图像。)

【问题讨论】:

  • 也许你能做的最接近的事情就是这个,来自sublimelinter.readthedocs.org/en/latest/navigating.html: > 在 Sublime Text Tools 菜单的底部,你会看到一个 SublimeLinter 子菜单。选择 SublimeLinter > 显示所有错误。当您选择 Show All Errors 命令时,视图中的所有错误都会显示在快速面板中。
  • 你能发个截图吗? (我已经卸载了 eslint。)
  • 顺便说一句,您将哪个主题用于 lint 错误工具提示

标签: sublimetext3 sublime-text-plugin sublimelinter


【解决方案1】:

我个人尝试将 SublimeLinter 与 SublimeLinter-contrib-tslint 一起使用,但它没有导航到错误 - 它一直说没有 lint 错误,即使我可以在单个文件的屏幕上看到它们..

最接近 Atom 提供的功能(由于滚动导航滞后,我决定放弃它)是这样的:

1) 选择例如:工具 > 构建系统 > TypeScript

2) 显示控制台 (Ctrl+)

3) 工具 > 构建 (Ctrl+B)

【讨论】:

    猜你喜欢
    • 2015-04-23
    • 2015-06-01
    • 1970-01-01
    • 2014-06-23
    • 2016-06-28
    • 2013-02-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多