mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
* Forward definition requests when index lookup fails If we're unable to look up a definition or declaration via the index, forward the request to the language service. This allows clangd to support go to definition or declaration for symbols defined/declared in the AST.