Skip to content

hover is not working as intended #244

Closed
@qyte

Description

@qyte

example follows

--a.lua
local t = GlobalTable

t.settings = {
test = 1
}

--b.lua

local b = GlobalTable.settings

print(b.test)

when hovering over settings i can see test = 1

when i type b. i get NO autocomplete and hovering over b says local b: any {}
settings hover
b hover

b shows test:any only because i hard coded it inside print.
new b hover

Reverting to 0.21.12 for now

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions