本文介绍了无法让 Atom Linter 工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我是 Atom 的新手,文本编辑,我安装了很多包,包括 Linter
I'm new to Atom, the text edit, and I installed many packages, including Linter
https://github.com/AtomLinter/Linter
但它没有显示错误或突出显示代码,只是被忽略了.
But it's not showing errors or highlighting code, it's just getting ignored.
你们中有人知道我应该怎么做才能让它发挥作用吗?
Do any of you know what I should do to get this to work?
推荐答案
您必须另外安装一个适合您所需语言的 linter 包.
You have to additionally install a linter package for your desired language.
这是一个列表:https://atomlinter.github.io/
这篇关于无法让 Atom Linter 工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!