Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - vishnevskiy/ElixirSublime: Elixir plugin for SublimeText 3 providing code completion and linting.

Elixir plugin for SublimeText 3 providing code completion and linting. - vishnevskiy/ElixirSublime

Visit SiteGitHub - vishnevskiy/ElixirSublime: Elixir plugin for SublimeText 3 providing code completion and linting.

GitHub - vishnevskiy/ElixirSublime: Elixir plugin for SublimeText 3 providing code completion and linting.

Elixir plugin for SublimeText 3 providing code completion and linting. - vishnevskiy/ElixirSublime

Powered by 0x5a.live ๐Ÿ’—

ElixirSublime

Features

  • Code completion for modules and functions.
  • Go to definition for modules and functions with Shift+Click
  • Errors and warnings via SublimeLinter3.

This package does not offer syntax highlighting. Use the offical Elixir TextMate bundle.

Demo

Demo

Caveats

This is built by piggybacking on IEx.Autocomplete so it can be a little naive.

  • It does not understand macros, aliases and imports and therefore will not provide completion for them.
  • Go to definition does not work on local functions.
  • Since Elixir and Erlang standard library sources tend to not ship with the install it does best effort for go to definition by opening the documentation in the browser.

Installation

  1. Install Sublime Package Control if you haven't already.
  2. Brand up the commands with CTRL+Shift+P or CMD+Shift+P and type Package Control: Install Package then ElixirSublime.
  3. Repeat the previous step for SublimeLinter if you don't already have it.

Troubleshooting

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"
	}
}

Elixir Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.