-
-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi, sorry if someone else opened an issue like this. I wasn't sure what to search for.
Describe the bug
Autocomplete doesn't show myField
in the method Root.Class:Print()
To Reproduce
---@class Root
Root = {}
---@class Root.Class
---@field myField string
Root.Class = {
myField = ""
}
function Root.Class:Print()
print(self.) -- Autocomplete after self. doesn't show "myField"
end
Expected behavior
Autocomplete should show myField
when typing self.
in the method Root.Class:Print()
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working