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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@
16
16
*`FIX` Typos in annotation descriptions
17
17
*`NEW` You can now click on "References" in CodeLen to display the reference list
18
18
*`FIX` incorrect `CompletionItemKind` for postfix snippets [#2773](https://github.com/LuaLS/lua-language-server/pull/2773)
19
+
*`NEW` You can now click on "References" in CodeLen to display the reference list(VSCode)
20
+
*`NEW` Improved behavior for inserting new lines:
21
+
+ When inside an annotation, an annotation tag will be added at the beginning of the line (VSCode).
22
+
+ 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).
23
+
+ Attempts to semantically fix improper indentation (generic).
0 commit comments