API docs: LSIF: add GraphQL backend for "Go to API docs"
Created by: slimsag
This adds everything we need to have existing codeintel tooltip GraphQL requests ?Ranges
and ?DefinitionAndHover
also fetch documentation info when present. This is just a path ID string, which we can use to compose a URL to the actual API docs page for the given symbol.
Here is an example of the ?Ranges
query returning the expected data:
And here's an example of the ?DefinitionAndHover
query:
Signed-off-by: Stephen Gutekanst [email protected]