Autocomplete, Go/Jump to Definition, Documentation and more.
apm install atom-elixir
use
directives)|>
, doesn't write first parameter. After &
, writes &function/arity
IMPORTANT: Most of the features only work properly if you have the related
.beam
files in the project's_build
folder. So please, before opening an issue, make sure you can successfully compile your project in the environment you're trying to use it ("dev" and/or "test"). You can also hitALT+CMD+i
to open the Atom's console (ALT+CTRL+i on windows/linux) in order to see the server's output. When successfully started, atom-elixir prints:
[atom-elixir] Initializing ElixirSense server for environment "dev" (Elixir version 1.4.0)
[atom-elixir] Working directory is "/Users/your_name/workspace/your_project/"
All error messages from the server should also be displayed in the console. Please send those messages when reporting an issue.
ctrl + space
alt + down
or alt + click
alt + up
F2
ctrl + shift + t
ctrl + shift + x
Notice: The keymaps were defined for my own OS X environment. If you're using Linux, Windows or even another OS X environment and the current key mapping conflicts with other commands, feel free to open an issue and report it.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.