erlang_ls
erlang_ls copied to clipboard
The Erlang Language Server
**Is your feature request related to a problem? Please describe.** Working with records is not great. To get the field names for a record you have to hover the record...
Hi, i'm using fedora 36, nvim-lsp have installed erlang_ls from source installed erlang with `dnf install erlang` erlang_ls cannot find any module from otp relase (under /usr/lib64/eralng) the same configuration...
**Describe the bug** In around 90% of the cases, the erlang LS fails to start in VS code for me. On the last sufccessful start, VScode shows a activation time...
### Description Adds completion support for clauses. The trigger is `;` ~~and it currently only support top-level functions. What's missing is completion for:~~ - ~~funs~~ - ~~receives~~ - ~~try /...
**Is your feature request related to a problem? Please describe.** [Prepare Rename Request](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_prepareRename) was introduced in LSP ver. 3.12.0 and editors such as neovim have started to use it for...
### Description Fixes garbled UTF-8 characters after formatting. tdiff:diff_files/2 returns the diff in raw string, so simple list_to_binary/1 is required when converting it into binary. Currently, ```erlang %% (・ω・) ```...
**Is your feature request related to a problem? Please describe.** Signature-help popping up for a call of a higher order function can be a bit noisy: ```erl lists:map(fun(X) -> X...
**Describe the bug** I have a breakpoint in the project which doesn't get hit even though the corresponding code gets executed and VS Code hangs initially. **To Reproduce** I rebar3ized...
**Describe the bug** When navigating through a project, some files consistently fail to suggest specs and suggest to view the log wherein I can see the following: ```log [2022-06-22T14:11:15.852490+01:00] [warning]...
**Describe the bug** Even, though cyclic headers are not allowed in Erlang, it shouldn't lead to crashes in Erlang LS - it's entirely reasonable the user can have this in...