The go-to-declaration request is sent from the client to the server to resolve the declaration location for a symbol at a given text document position.
| uri |
the URI of the document containing the symbol |
| position |
the position inside the document |
|
a list of locations where the symbol is declared, or null |