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
NeoVim
MacOS
Annotations
correct document symbol kinds as per https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#symbolKind
such as
function(opts) end
opts
Variable
if
seemingly wrong symbol kinds
Constant
Package
example.lua
local function config(opts) if opts then print('hello world') end end
:Telescope lsp_document_symbols
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How are you using the lua-language-server?
NeoVim
Which OS are you using?
MacOS
What is the issue affecting?
Annotations
Expected Behaviour
correct document symbol kinds as per https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#symbolKind
such as
function(opts) end
)opts
:Variable
if
: no symbol kindActual Behaviour
seemingly wrong symbol kinds
such as
opts
:Constant
if
:Package
Reproduction steps
example.lua
file:Telescope lsp_document_symbols
)opts
andif
Additional Notes
No response
Log File
No response
The text was updated successfully, but these errors were encountered: