Subscribe to access all episodes. View plans →

#64: Editor Setup for ElixirCasts

Published August 20, 2018

Atom

atom-elixir

language-elixir


I’ve had a few requests to cover what my setup is for writing Elixir so in this episode we’ll take a look at the editor I’m using and a few of the packages I’ve installed to help make writing Elixir code faster and easier.

For the editor, I’m using Atom, which you can find and download at https://atom.io/. Atom is free and was created at GitHub.

One of the benefits of using Atom is the community. There are a bunch of great packages to help you be more efficient when writing code. And you can find them all here at https://atom.io/packages.

Now there are a few elixir-specific packages I’m using. I’ll open my Atom settings and go to packages. And I have 4 packages installed.

Let’s take a look at the first one atom-elixir. This is package allows for autocompletion for Elixir code and it lets you view docs right from your editor.

Then next I have the language-elixir package by Plataformatec. This gives us syntax highlighting for our Elixir code.

Then I have the Pigments package installed. This is great for working with CSS and let’s you see the colors you’re using in your editor. It also supports CSS preprocessors like LESS, SASS, and Stylus.

Finally, I have vim-mode-plus installed. This isn’t needed for Elixir, but great if want to keep using your Vim keys.

If have another Elixir-related Atom package you’re using, please let me know in the comments for this episode.

© 2024 HEXMONSTER LLC