Atom: Why Linter does not highlight my errors inline with text?

微笑、不失礼 提交于 2020-05-30 08:14:11

问题


I saw in tutorials that linter in atom must highlight html syntax errors inline with text and it also highlights lines with red bubbles near them like below:

I installed linter-htmlhint besides of linter but it did not help and currently my atom editor only reports error and do not highlight them inline with text:

What Should I do? Here is list of my installed plugins:

  • atom-html-preview
  • atom-ternjs
  • autoclose-html
  • busy-signal
  • csslint
  • emmet
  • htmlhint
  • intentions
  • language-ejs
  • linter
  • linter-eslint
  • linter-htmlhint
  • linter-jshint
  • linter-ui-default
  • open-in-browsers
  • pigments
  • Sublime-Style-Column-Selection

回答1:


I had this problem with 1.26 and an upgrade of Atom made it work again.

I just followed the suggestion here: How to upgrade Atom Editor on Linux?



来源:https://stackoverflow.com/questions/58442453/atom-why-linter-does-not-highlight-my-errors-inline-with-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!