Atom Linter 不工作表示没有问题
Atom Linter Not Work Said No Issue
我是 Atom 的新手,我安装了 Linter package.But 它没有显示错误或突出显示代码,Said "No Issue"。
我应该怎么做才能让它发挥作用?
我的配置:linter: {}
你安装了哪些包?只是 linter 吗?根据 the documentation,Linter 提供了一个 "top-level API to its consumer that allows them to visualize errors and other kind-of messages, easily."
据我了解,Linter是用来显示特定linters提供的信息的,所以你也需要安装那些特定的linters。
例如,为 javascript 或 linter-html 安装 linter-jshint 或 linter-eslint提示 html...
例如,尝试安装包 "linter-jshint" 并查看是否收到有关 javascript 文件不正确的警告。
特定 linter 列表:http://atomlinter.github.io/
我是 Atom 的新手,我安装了 Linter package.But 它没有显示错误或突出显示代码,Said "No Issue"。
我应该怎么做才能让它发挥作用?
我的配置:linter: {}
你安装了哪些包?只是 linter 吗?根据 the documentation,Linter 提供了一个 "top-level API to its consumer that allows them to visualize errors and other kind-of messages, easily."
据我了解,Linter是用来显示特定linters提供的信息的,所以你也需要安装那些特定的linters。 例如,为 javascript 或 linter-html 安装 linter-jshint 或 linter-eslint提示 html...
例如,尝试安装包 "linter-jshint" 并查看是否收到有关 javascript 文件不正确的警告。
特定 linter 列表:http://atomlinter.github.io/