We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
lua-language-server/script/provider/provider.lua
Lines 617 to 623 in 802e13c
Before checking whether the workspace is ready, I think as a first step the config value of 'Lua.completion.enable' should be checked.
Lua.completion.enable
Compare 'textDocument/hover' as a reference:
'textDocument/hover'
Lines 340 to 352 in 802e13c
The text was updated successfully, but these errors were encountered:
textDocument/completion
No branches or pull requests
lua-language-server/script/provider/provider.lua
Lines 617 to 623 in 802e13c
Before checking whether the workspace is ready, I think as a first step the config value of '
Lua.completion.enable
' should be checked.Compare
'textDocument/hover'
as a reference:lua-language-server/script/provider/provider.lua
Lines 340 to 352 in 802e13c
The text was updated successfully, but these errors were encountered: