You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46-44Lines changed: 46 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -26,41 +26,58 @@ The original repository has now been deprecated in favor of this one. Any IDE ex
26
26
27
27
Note: On first run Dialyzer will build a PLT cache which will take a considerable amount of CPU time (usually 10+ minutes). After that is complete the CPU usage will go back to normal. Alternatively instead of waiting you can disable Dialyzer in the settings.
You may want to install Elixir and Erlang from source, using the [kiex](https://github.com/taylor/kiex) and [kerl](https://github.com/kerl/kerl) tools. This will let you go-to-definition for core Elixir and Erlang modules.
| Kate |[built-in LSP Client plugin](https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/)| Does not support debugger |
88
-
| Sublime Text |[LSP-elixir](https://github.com/sublimelsp/LSP-elixir)| Does not support debugger |
89
-
90
-
Feel free to create and publish your own client packages and add them to this list!
91
-
92
94
## Debugger support
93
95
94
96
ElixirLS includes debugger support adhering to the [VS Code debugger protocol](https://code.visualstudio.com/docs/extensionAPI/api-debugging) which is closely related to the Language Server Protocol. At the moment, only line breakpoints are supported.
0 commit comments