definition_async


Description:

public async Location[]? definition_async (Uri uri, Position position) throws Error

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

Parameters:

uri

the URI of the document containing the symbol

position

the position inside the document

Returns:

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