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
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
*`FIX` Generic return can be optional.
18
18
*`FIX` Fixed the comment calculating in docs `---@param a string?Comment` - now its `Comment` instead of `omment`.
19
19
*`FIX` Fixed cannot bind variables using tail comment `@class`[#2673](https://github.com/LuaLS/lua-language-server/issues/2673)
20
+
*`FIX` Fixed missing field completion for generic class object [#2196](https://github.com/LuaLS/lua-language-server/issues/2196)[#2945](https://github.com/LuaLS/lua-language-server/issues/2945)[#3041](https://github.com/LuaLS/lua-language-server/issues/3041)
20
21
*`NEW``---@class` supports attribute `partial`, which will not check missing inherited fields [#3023](https://github.com/LuaLS/lua-language-server/issues/3023)
0 commit comments