Popular Elixir Packages
List of popular Atom.io Elixir Packages. These can be installed via atom’s package center or a command line with apm install [package]
:
atom-elixir
atom-elixir-playground
autocomplete-elixir
(@OvermindDL1: love it)
Config:
- Atom must be opened at a level with a
mix.exs
file - either umbrella or an application. If opened in a higher repo folder, autocomplete will not work. - Be sure to set elixir file path and erlang directory path in the package settings.
build-elixir
elixir-cmd
language-elixir
linter-elixir-credo
(@OvermindDL1: love it)
- Enables linting as you type(!)
- TIP: If you are using umbrella application, then a single
.credo.exs
config file can be placed in the umbrella app’sconfig
folder.
phoenix-elixir-snippets
This contains snippets not only for the phoenix *.ex
files (controllers, views, etc.), but also for templates. Very handy if you don’t want to keep typing <%= for ... %>
and the like
phoenix-migrations-navigation-atom
This allows you to quickly open the most recent migration in a phoenix app.
- Must have Atom opened with the phoenix app at the root.
Related Threads
-
I originally created this because I didn’t want to hijack the Famous thread any more on specifics with atom configuration, but I wanted to continue the discussion.
-
Also, a good thread is “Which code editor (or IDE) do you use?”