'How to enable inline syntax errors/warnings highlighting in Atom
I used to use Spyder IDE for my python programming and just recently switched to Atom. In Spyder I used to get inline errors and warnings highlighting. For example if I make an unwanted indent or forgot any brackets and etc... But in Atom I do not get any such inline warnings. Is there any setting or any plugin I can install to make it possible?
Solution 1:[1]
- Press Ctrl + Comma Or Open File >>Setting
- Click on install Tab
- Search Linter
- Install whatever you like
I Recommend you also install prettier
Linter: for catching bugs
Prettier: which allows you to lint and format your code with a single command
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | wjandrea |
