You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read the CHANGELOG to see what has changed in this extension over time.
This extension adds rich elixir language support to VS Code including:
Syntax Coloring
Snippets
Intellisense
Features
Autocomplete
Problems
Using
Make sure you have installed elixir with all its dependencies correctly and make sure it's in your path. You can check this by typing elixir --version into a terminal.
There currently is no option to change the path of the elixir executable. If you feel like there is a need for this, feel free to open up a pull request.
Autocomplete
Autocomplete/Intellisense is implemented using the wonderful ElixirSense project. For the auto complete to work properly, you will have to recompile your source code from time to time (using mix compile) for it to pick up the latest changes to your source code.
If your are having issues with the new implmentation you can switch back to the old one (alchemist server) by setting the property elixir.useElixirSense to false
Problem Reporting
To get compile warning / errors and test failures in your problem view, add the following to your .vscode/tasks.json: