You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
17
17
- Language Server: Fixed an issue where the Compile workspace command output was missing shadow lines
18
18
- Language Server: `Microsoft.CodeAnalysis.CSharp` package updated to v4.14.0, fixing command detection in C# files using recent syntax added to C# (eg. `Required Members` from C# 11)
19
19
- Language Server: enum declaration statements are now included in code completions.
20
+
- Language Server: enum values are now included in code completions.
20
21
- Language Server: `<<set>>` statements now offer variable names in their code completions.
22
+
- Language Server: hovering smart variables now shows their definition.
0 commit comments