Atom.io

18 Apr 2016 2-minute read
!
Warning: This post is over 365 days old. The information may be out of date.

First thoughts on using GitHub’s editor

There are a lot of editors and IDE’s out there. Each with their own unique style and flavor to please a certain crowd.
For a long time I used PhpStorm to develop my applications but recently I decided to try something else. Atom.io was the first editor on my mind to try out.

When you first download Atom.io it comes installed with a few core features that makes editing and working on text and code a lot easier than a regular textpad.

These core features can be extended by what are called “Packages”. These packages are mostly maintained by the community.
Now this is not a small community that we are talking about. And this only helps Atom.io become a better editor.

If there is a feature you would love but that is not available then Atom.io allows you to create your own package.
This means that you can extend Atom.io the way you like.

Besides the features you can also install a bunch of themes. Thus you can easily change the way Atom.io looks.
Just like the features these are maintained by the community. This also means you can easily create your own theme.

In this post I list some handy packages that I use with a small explanation. Even though theme’s are more based on taste I added one that might prove useful due to it’s features.

I recommend giving Atom.io a try. It might not be the best IDE or editor there is but it’s highly customize-able and there is a large community behind it. Let me know what you think of Atom.io.

Posts in this Series