问题标签 [sublimelinter]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - ST3:sublimelinter-user 设置被忽略
我使用菜单命令更改了“mark_style”,它仍然在下划线中。我已经安装了 pep8 linting、anaconda、gitgutter 等
sublimetext - Set config file on Rubocop Sublime Linter
I'm using Rubocop alongside SublimeLinter and we also included it on our continuous integration server, so there is a rubocop.yml on the root of our project.
The file in the root is the one the CI uses to validate the code, but it is not as strict as I want it to be in Sublime.
Is there a way to specify the yml file that I want Rubocop to use in Sublime?
php - Sublimelinter - 如何在错误时禁用窗口弹出
每次出现错误时,Sublimelinter 都会启动,标记错误,并侵入性地弹出一个显示第一个错误的窗口。
- 如何设置它,只标记错误而不弹出窗口?
- 如何让它标记所有错误,而不仅仅是第一个
我目前在 Ubuntu 上使用仅保存模式和 sublime3。我正在编辑 php 文件
有人可以帮忙吗?非常感谢
我在下面的设置...
}
sublimetext3 - JSHint 在任何文本编辑器中都不起作用
JSHint 不会在我拥有的任何文本编辑器中运行(Sublime Text 3 和括号)。JSHint 在我的系统上全局安装。SublimeLinter 和 SublimeLinter-jshint 安装在 Sublime Text 3 中。 JSHint 安装在 Brackets 中并添加:
到首选项文件和 .brackets.json 文件。
java - SublimeLinter-javac 无法识别其他包
我有一个 Spring 产品,我正在尝试使用 sublimLinter-javac,并且项目周围散布着一些包。问题是 sublimeLinter-javac 无法识别这些包或其中的类。所以我最终每个文件都有 200 多个错误,这使得列表毫无意义。我如何告诉 sublimeLinter 在哪里寻找这些类?
sublimetext - Sublime 看不到环境变量
从 desctop 运行 sublime 时,它看不到我的 PERL5LIB 环境变量。从终端运行它时 - 一切正常。我在 .bashrc 和 .bash_profile 中设置了我的变量。
这会给 linting 和构建系统带来麻烦 - 因为 perl 看不到库,所以我无法链接和构建。
如何修复环境变量?
sublimetext3 - Sublime Text cppcheck “没有 lint 错误”
我为 sublime linter 和 cppcheck 二进制文件安装了 sublime linter、cppcheck。我已经像其他 linter(用于 php 和 javascript)一样设置了 cppcheck,但 cppcheck 不起作用。在命令行中它说
但是 linter 不工作。单击“显示 lint 错误”给出
而且我确信代码中存在错误。有任何想法吗?
css - 如何在 sublimetext 3 上永久设置 sublimelinter css 规则?
我正在尝试找到一种在 sublimetext 3 上永久设置 sublimelinter css 规则的方法,但我找不到.. 怎么做?:)
我对终端不太好。我还尝试将 .csslintrc 放在我的主目录上,但它不起作用。它不像 jshint。
html - htmltidy linter 在目录 usr/local/bin 中没有文件
所以我最近为 sublimelinter 安装了一些 linter,到目前为止,除了 htmltidy 之外的所有工作。我按照以下方式使用终端(我正在运行 OSX)安装:
这适用于 CSSLint、JSHint 等,但不适用于 htmltidy。我检查了 usr/local/bin,结果发现 htmltidy 没有 .js 文件。我该如何解决这个问题?
r - 通过 Knitr Chunks 上的 SublimeLinter 在 Sublime Text 3 中使用 lintr()
我正在尝试让SublimeLinter通过lintr*.Rnw
对我的和*.Rmd
文档中的 R 块进行 lint,该lintr最近增加了对 knitr 的支持。
Lintr lintr*.R
工作正常,但不适用于*.Rnw
or中的 knitr 块.Rmd
。
缺少功能还是我缺少设置?这是我的 SublimeLinter 设置: