lua-language-server
lua-language-server copied to clipboard
Add support for context.includeDeclaration
The language server doesn't seem to support the context option context.includeDeclaration. If set to true for find-references-requests the declaration will be omitted.
https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references
It's been four years, are there any update plans?