mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Clangd provides a symbolInfo request as an extension to LSP that is equivalent to sourcekitd's cursor info. For now, just add the new types and add plumb the request through so we can test it in isolation. In a future commit this will be used to power jump-to-definition.