Usually, I’m using vim almost for everything excepting big Python projects (which happen rarely last time). In such cases, I have PyCharm, which is also used for AWS CloudFormation templates with the aws-cloudformation plugin.
For the Go lang programmes I have used vim with the vim-go plugin but on last weekend I tried the Atom editor and will try to use it now.
So in this post – a few useful Atom plugins to make work easier.
This list isn’t full so please feel free to suggest other plugins in comments.
Contents
Installing Atom
AS usually on Linux – absolutely simple.
On Arch can be installed using the pacman:
sudo pacman -S atom
Plugins
You can install a plugin with Atom UI from the Edit > Preferences > Packages, or from a console with the atm install command: