Elixir plugin for SublimeText 3 providing code completion and linting.
Python
367
48 commits
updated Sep 28, 2019
Shift+ClickThis package does not offer syntax highlighting. Use the offical Elixir TextMate bundle.

This is built by piggybacking on IEx.Autocomplete so it can be a little naive.
CTRL+Shift+P or CMD+Shift+P and type Package Control: Install Package then ElixirSublime.SublimeLinter if you don't already have it.If the plugin does not seem to work then it probably cannot find your Elixir installation. Provide the path in the default user settings.
{
"env": {
"PATH": "path to elixir bins"
}
}
Python
61.5%
Elixir
38.5%
Elixir plugin for SublimeText 3 providing code completion and linting.
Python
367
48 commits
updated Sep 28, 2019
Shift+ClickThis package does not offer syntax highlighting. Use the offical Elixir TextMate bundle.

This is built by piggybacking on IEx.Autocomplete so it can be a little naive.
CTRL+Shift+P or CMD+Shift+P and type Package Control: Install Package then ElixirSublime.SublimeLinter if you don't already have it.If the plugin does not seem to work then it probably cannot find your Elixir installation. Provide the path in the default user settings.
{
"env": {
"PATH": "path to elixir bins"
}
}
Python
61.5%
Elixir
38.5%