+ 2
Any suggestion , What are the best packages in Atom?
I am just a newbie in this app .
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.
+ 1
came here for up
0
I love you face