Releases: elixir-tools/next-ls
Releases · elixir-tools/next-ls
v0.14.1
0.14.1 (2023-10-19)
Bug Fixes
- completions: log warning when completion request fails (0b7bd14)
- completions: project local function calls (d39ea23), closes #292
v0.14.0
0.14.0 (2023-10-19)
Features
Bug Fixes
- hover: use String.to_atom/1 (dace852)
v0.13.5
0.13.5 (2023-10-16)
Bug Fixes
- correctly process broken code when searching local variables (#282) (d1f3876)
- fallback when hovering of a non-function,module reference (#281) (04b9b7e)
v0.13.4
0.13.4 (2023-10-05)
Bug Fixes
- add defensive logging in runtime (#276) (913e8d6)
- check capabilities before registering didChangeWatchedFiles (#272) (a0af2dc)
- correctly coerce root_uri into workspace folders (#275) (960c9aa)
v0.13.1
0.13.1 (2023-10-02)
Bug Fixes
- document_symbols: handle struct which is last expression in a block (d4ea0b2), closes #111