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
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,42 @@ 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.
28
28
29
+
## Installation
30
+
31
+
How you install ElixirLS depends on your editor.
32
+
33
+
For VSCode install the extension: https://marketplace.visualstudio.com/items?itemName=JakeBecker.elixir-ls
34
+
35
+
### Emacs
36
+
37
+
Download the latest release:
38
+
https://github.com/elixir-lsp/elixir-ls/releases/latest and unzip it into a
39
+
directory (this is the directory referred to as the
0 commit comments