Elm-format (or any other editor support for ELM)

hi there:

I tried my best to use elm-format for VS Code and Sublime Text 3.
However, when I edit *.elm, they just behave as editing normal
text files (no highlight, no auto indent, no auto complete, etc.)
Where can I find better instruction, or any other better editor
support for ELM? Thanks

Hi,

For VS Code, install the “elm” plugin and configure it by following the instructions from its homepage (you can configure it to use elm-format on save):

https://marketplace.visualstudio.com/items?itemName=sbrink.elm

2 Likes

There is also a Plugin for IntelliJ and Atom. I’m using vscode.

1 Like

For Sublime Text, see Elm Language Support

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.