-
-
Notifications
You must be signed in to change notification settings - Fork 385
Closed
Labels
enhancementNew feature or requestNew feature or requestfeat/LuaCats AnnotationsRelated to Lua Language Server Annotations (LuaCats)Related to Lua Language Server Annotations (LuaCats)
Milestone
Description
--- @class CustomTable
--- @field object_name
--- @class Object
--- @class Test
--- @field custom_table {[string]: Object}
test = {}
test.custom_tableHovering on test.custom_table just shows table instead table<string, Object>
Additionally similar to CustomTable<string, object> being able to do
--- @field custom_table CustomTable{[string]: Object} and seeing CustomTable<string, object> when hovering custom_table.
Thank you!
C3pa
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeat/LuaCats AnnotationsRelated to Lua Language Server Annotations (LuaCats)Related to Lua Language Server Annotations (LuaCats)