-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Code Editor Support
Zi Makki edited this page Jan 6, 2024
·
21 revisions
In this page we list to projects and tutorials for setting up your editor. This page is maintained by the community, contributions are welcome!
The list is arranged in alphabetical order.
-
BBEdit
- Elixir package based on elixir-ls
-
Emacs
- Emacs 30.0+ has builtin support for Elixir and HEEx files via tree-sitter
- Additional setup
-
gedit
-
Helix
-
IntelliJ
-
Neovim
- Use neovim-lspconfig with either elixir-ls or Next LS
- Use elixir-tools.nvim with either elixir-ls or Next LS
- or lexical see here for instructions.
-
Nova by Panic
- ElixirLS (Raul Chedrese version)
-
Sublime Text 4
- Elixir Sublime
- LSP-elixir based on elixir-ls
- For earlier TextMate and Sublime versions, see elixir-tmbundle
-
Vim
-
Visual Studio Code
- Option #1: Elixir LS extension
- Option #2: elixir-tools.vscode extension
- Option #3: Lexical extension
-
Zed