do
/fn
-> end
highlightingalt-.
and back with alt-,
Installation is done using Atom package manager or command
apm install autocomplete-elixir
CAUTION: MAKE SURE TO HAVE autocomplete-plus
PACKAGE INSTALLED
Feel free to suggest additional features at issues page
It seems that OSX has a lot of different safe measures which don't cooperate nicely with atom environment.
Make sure you've got both erlang and elixir installed and paths set up in package settings:
For optimal behaviour always start atom from command line instead of Finder.
Failed to spawn command elixir. Make sure elixir is installed and in your PATH
Let me guess. You're using OSX. This happens when starting atom from Finder. Finder-started applications have no access to PATH variable. To go around that make sure to set "Elixir Path" in package configuration to Your absolute elixir executable path or start atom from command line instead.
which elixir
-> /usr/local/bin/elixir
which erl
-> /usr/local/bin/erl
And insert the whole path of elixir but only folder path of erl
mix.exs
file. This can be either your individual application or an umbrella app.