Håkan Nilsson
Håkan Nilsson
### Description Add support for finding implementation when pointing to a dynamic call that is a behaviour callback.
### Description Fix error when parsing record containing a comment. Fixes #1290 .
### Description Support completion of record fields inside #record{} * Automatic triggering when cursor is at #record{| and #record{... , | * Invoked completion on record field inside record #record{field|...
When copying text from edts shell it will be read only if pasted to another buffer. Annoying since it's a common operation to copy text from the shell.
### Description Expand environment variables in config file. Fixes #1121 .
**Is your feature request related to a problem? Please describe.** Dialyzer diagnostics are slow and uses a lot of processing power. **Describe the solution you'd like** With OTP 26 dialyzer...
### Description Otherwise the els_typer will crash if erlang_ls was compiled with an older version than what is installed.
When upgrading Windows build to use OTP 24 instead of OTP 23 a couple of CT tests started failing. https://github.com/erlang-ls/erlang_ls/pull/1511 I don't use Windows and can't really debug the issues,...
Add crossref error if function exists, but is not exported.