Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable syntax errors/warnings highlighting in atom

Tags:

atom-editor

So I was using Aptana Studio before, and now I switched to Atom.

And I got used to Aptana's errors and warnings highlighting. For example if I forgot ; after declaration of a varible, or wrong brackets and etc...

In Atom I don't see any errors/warnings highlighting at all. Is it even possible to enable it in stock Atom, or should I download any additional packages?

P.S. I'm working with JS/JQuery/Node/PHP/HTML

like image 430
Tachi Avatar asked Jun 29 '15 15:06

Tachi


People also ask

How do you choose the syntax of an Atom?

start typing language settings in your command palette ( cmd+shift+p ), you'll see a list of grammars which settings you can edit. language settings: current command detects syntax used in the current file and opens it for editing. you can also access it from the menu: packages->language settings.


1 Answers

Ok, looks like Linter does the job: https://atom.io/packages/linter

like image 126
Tachi Avatar answered Sep 28 '22 02:09

Tachi