Syntax highlighting and autocomplete for the Elm language.
There are two ways to install the Atom Elm Extension: using the editor, or using the command line.
You can install packages within Atom. To do so:
More documentation for how to use the package manager can be found on the official Atom site.
Run the following command in your terminal:
apm install language-elm
In order to get autocomplete working, please:
npm install -g elm-oracle
which elm-oracle
on Unix/Linux or where.exe elm-oracle
on WindowsThanks to the authors of Elm Oracle
Atom's native symbol-view package uses ctags, and thus doesn't support Elm without extra configuration. But this plugin https://atom.io/packages/goto uses langauge definition files to identify symbols, and does support Elm as long as atom-elm is installed.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.