Skip to content

API docs: LSIF: add GraphQL backend for "Go to API docs"

Administrator requested to merge sg/apidocs-jump-to-apidocs into main

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:

image

And here's an example of the ?DefinitionAndHover query:

image

Signed-off-by: Stephen Gutekanst [email protected]

Merge request reports

Loading