Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[reference] Check also in tablefield #2911

Merged
merged 3 commits into from
Oct 28, 2024
Merged

Conversation

pborkowski-ms
Copy link
Contributor

@pborkowski-ms pborkowski-ms commented Oct 24, 2024

We had a problem that in this code:

---@class A
---@field x number

---@type A
local a = {
    x = 4
}

VSCode can't find this reference.

After fixing it, it works fine : )

output

@sumneko sumneko merged commit a4fb2cc into LuaLS:master Oct 28, 2024
10 of 11 checks passed
@sumneko
Copy link
Collaborator

sumneko commented Oct 28, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants