-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Exact Classes Do Not Autocomplete Methods #2919
Comments
I tried to checkout an older stable version of luals: Then I performed a git bisect, and I found this issue started to occur from the following commit:
That is #2841 by @Luke100000 🤔 |
Legend! Many thanks for your digging. |
I opened #2883 a while back and I mentioned that if the |
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Linux
What is the issue affecting?
Completion
Expected Behaviour
Autocomplete should complete methods on instances of (exact) classes.
Expected completion for a normal class:

Actual Behaviour
Methods are not completed.
Reproduction steps
VSCode project with v3.11.0 plugin.
All defaults, no
.luarc.json
.Ctrl-space at last line.
Additional Notes
Many thanks for all the fantastic work - luals makes me so much more productive!
Log File
log.tar.gz
The text was updated successfully, but these errors were encountered: