@@ -38,16 +38,17 @@ You may want to install Elixir and Erlang from source, using the [kiex](https://
38
38
39
39
## IDE plugins
40
40
41
- | IDE | Plugin | Support |
42
- | -------- | ----------------------------------------------------------------------------- | ---------------------------------------------- |
43
- | VS Code | [ elixir-lsp/vscode-elixir-ls] ( https://github.com/elixir-lsp/vscode-elixir-ls ) | Supports all ElixirLS features |
44
- | Atom IDE | [ JakeBecker/ide-elixir] ( https://github.com/JakeBecker/ide-elixir ) | Does not support debugger or @spec suggestions |
45
- | Vim | [ ALE] ( https://github.com/w0rp/ale ) | Does not support debugger or @spec suggestions |
46
- | Neovim | [ ALE] ( https://github.com/w0rp/ale ) | Does not support debugger |
47
- | Neovim | [ coc.nvim] ( https://github.com/neoclide/coc.nvim ) | Does not support debugger |
48
- | Emacs | [ lsp-mode] ( https://github.com/emacs-lsp/lsp-mode ) | Supports debugger via [ dap-mode] ( https://github.com/yyoncho/dap-mode ) |
49
- | Emacs | [ eglot] ( https://github.com/joaotavora/eglot ) | |
50
- | Kate | [ built-in LSP Client plugin] ( https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/ ) | Does not support debugger |
41
+ | IDE | Plugin | Support |
42
+ | ------------ | ----------------------------------------------------------------------------- | ---------------------------------------------- |
43
+ | VS Code | [ elixir-lsp/vscode-elixir-ls] ( https://github.com/elixir-lsp/vscode-elixir-ls ) | Supports all ElixirLS features |
44
+ | Atom IDE | [ JakeBecker/ide-elixir] ( https://github.com/JakeBecker/ide-elixir ) | Does not support debugger or @spec suggestions |
45
+ | Vim | [ ALE] ( https://github.com/w0rp/ale ) | Does not support debugger or @spec suggestions |
46
+ | Neovim | [ ALE] ( https://github.com/w0rp/ale ) | Does not support debugger |
47
+ | Neovim | [ coc.nvim] ( https://github.com/neoclide/coc.nvim ) | Does not support debugger |
48
+ | Emacs | [ lsp-mode] ( https://github.com/emacs-lsp/lsp-mode ) | Supports debugger via [ dap-mode] ( https://github.com/yyoncho/dap-mode ) |
49
+ | Emacs | [ eglot] ( https://github.com/joaotavora/eglot ) | |
50
+ | Kate | [ built-in LSP Client plugin] ( https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/ ) | Does not support debugger |
51
+ | Sublime Text | [ LSP-elixir] ( https://github.com/sublimelsp/LSP-elixir ) | Does not support debugger |
51
52
52
53
Feel free to create and publish your own client packages and add them to this list!
53
54
0 commit comments