File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ You may want to install Elixir and Erlang from source, using the [kiex](https://
43
43
| IDE | Plugin | Support |
44
44
| ------------ | ----------------------------------------------------------------------------- | ---------------------------------------------- |
45
45
| VS Code | [ elixir-lsp/vscode-elixir-ls] ( https://github.com/elixir-lsp/vscode-elixir-ls ) | Supports all ElixirLS features |
46
- | Atom IDE | [ JakeBecker/ide-elixir] ( https://github.com/JakeBecker/ide-elixir ) | Does not support debugger or @spec suggestions |
47
46
| Vim | [ ALE] ( https://github.com/w0rp/ale ) | Does not support debugger or @spec suggestions |
48
47
| Neovim | [ ALE] ( https://github.com/w0rp/ale ) | Does not support debugger |
49
48
| Neovim | [ coc.nvim] ( https://github.com/neoclide/coc.nvim ) | Does not support debugger |
@@ -165,6 +164,7 @@ and you installed Elixir and Erlang from the Erlang Solutions repository, you ma
165
164
* On-hover docs do not work with erlang modules or functions (better support of EEP-48 is needed)
166
165
* On first launch dialyzer will cause high CPU usage for a considerable time
167
166
* Possible mitigation in [ #96 ] ( https://github.com/elixir-lsp/elixir-ls/issues/96 )
167
+ * ElixirLS requires a workspace to be opened. Editing single-files is not supported [ #307 ] ( https://github.com/elixir-lsp/elixir-ls/issues/307 )
168
168
169
169
## Building and running
170
170
You can’t perform that action at this time.
0 commit comments