Any suggestion , What are the best packages in Atom? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Any suggestion , What are the best packages in Atom?

I am just a newbie in this app .

26th Sep 2017, 11:07 PM
Mairene Sumalague
Mairene Sumalague - avatar
3 Answers
+ 2
Atom is a really good editor. There are tons of useful packages in it's ecosystem. Almost anything that you need. But I mostly use it for JS, so i don't want to slow it down by overloading with packages. You can find many of the essential packages like Emmet under many blog posts. Just google like "best atom package 2015" and there are plenty advices. However beyond these i have a few packages that find very useful which i think shouldn't go unmentioned. autoprefixer automatically adds prefixed versions of CSS properties like "webkit-" etc. rulerz vertical hairline ruler at cursor location. browser-plus this is a real nice one; unless you have Node serving out the files you work on to localhost. It gives you a live browser with Chrome Dev Tools within the editor. save-session is vital. You loose nothing in case of a crash. Been there lived that. linter-eslint which is, to my opinion a more clever linter compared to JSlint or JShint atom-runner is to run various script files like JS from within Atom. It's practical if you work with Node for instance. node-debugger is to debug your JS code. atom-material-ui is my user interface preference and it also has nice syntax themes worth checking. apathy-theme might come interesting to some too.
27th Sep 2017, 7:27 AM
Samir Abd Elaaty Abd Elghafour Ramadan
Samir Abd Elaaty Abd Elghafour Ramadan - avatar
+ 1
came here for up
3rd Oct 2017, 12:18 AM
Khyn Harold Jay Antoque
Khyn Harold Jay Antoque - avatar
0
I love you face
2nd Oct 2017, 11:18 AM
WHY FEAR
WHY FEAR - avatar