Skip to content

Releases: elixir-tools/next-ls

v0.14.1

19 Oct 14:09
71b20d0
Compare
Choose a tag to compare

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

19 Oct 03:37
870ac1f
Compare
Choose a tag to compare

0.14.0 (2023-10-19)

Features

Bug Fixes

  • hover: use String.to_atom/1 (dace852)

v0.13.5

17 Oct 02:14
0205bbf
Compare
Choose a tag to compare

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

05 Oct 04:13
0b5a5a1
Compare
Choose a tag to compare

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.3

04 Oct 02:28
ef21d40
Compare
Choose a tag to compare

0.13.3 (2023-10-04)

Bug Fixes

v0.13.2

04 Oct 01:51
2d3c4ed
Compare
Choose a tag to compare

0.13.2 (2023-10-04)

Bug Fixes

v0.13.1

02 Oct 05:16
0370a7a
Compare
Choose a tag to compare

0.13.1 (2023-10-02)

Bug Fixes

  • document_symbols: handle struct which is last expression in a block (d4ea0b2), closes #111

v0.13.0

02 Oct 04:27
c9ed931
Compare
Choose a tag to compare

0.13.0 (2023-10-02)

Features

  • configureable MIX_ENV and MIX_TARGET (#246) (c56518a)
  • definition,references: local variables (#253) (7099370)

v0.12.7

30 Sep 15:37
c3955f1
Compare
Choose a tag to compare

0.12.7 (2023-09-30)

Bug Fixes

v0.12.6

21 Sep 17:36
b0de526
Compare
Choose a tag to compare

0.12.6 (2023-09-21)

Bug Fixes