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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,11 @@
14
14
*`CHG` Change spacing of parameter inlay hints to match other LSPs, like `rust-analyzer`
15
15
*`FIX` Inconsistent type narrow behavior of function call args [#2758](https://github.com/LuaLS/lua-language-server/issues/2758)
16
16
*`FIX` Typos in annotation descriptions
17
-
*`NEW` You can now click on "References" in CodeLen to display the reference list
17
+
*`NEW` You can now click on "References" in CodeLen to display the reference list(VSCode)
18
+
*`NEW` Improved behavior for inserting new lines:
19
+
+ When inside an annotation, an annotation tag will be added at the beginning of the line (VSCode).
20
+
+ When between `function () end` or similar constructs, the format will be adjusted to a more reasonable one (VSCode) and leading/trailing spaces will be removed (generic).
21
+
+ Attempts to semantically fix improper indentation (generic).
0 commit comments