We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd91d36 commit a4cabd7Copy full SHA for a4cabd7
1 file changed
CHANGELOG.md
@@ -5,6 +5,20 @@
5
#### Highlights
6
7
- Added support for OTP 28 on elixir 1.18.4
8
+- Support for go to definition and find references in multialias directives
9
+- ElixirLS will now try to autodetect path to elixir standard library [Gilbert](https://github.com/gilbertwong96)
10
+
11
+#### Improvements
12
13
+- Documentation on struct and record field completion items
14
+- Added support for OTP 28 dialyzer options
15
+- Signature help now renders metadata entries
16
+- Improvements to references provider. It now can find references to aliases in current file
17
18
+#### Fixes
19
20
+- Fixed crash in references provider on nil column in call location
21
+- Fixed loading of mise in fish shell [Chris Burrows](https://github.com/burrowsca)
22
23
### v0.27.2: 24 March 2025
24
0 commit comments