implementation_async


Description:

protected virtual async Location[]? implementation_async (Client client, TextDocumentIdentifier text_document, Position position) throws Error

The go-to-implementation request is sent from the client to the server to resolve the implementation location for a symbol at a given text document position.

Parameters:

text_document

the document containing the symbol

position

the position inside the document

Returns:

a list of locations where the symbol is implemented, or null