Add support for the LSP request `textDocument/declaration`. Implement support for `textDocument/declaration` according to the [LSP spec](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_declaration).
Add support for the LSP request
textDocument/declaration.Implement support for
textDocument/declarationaccording to the LSP spec.