The hover request is sent from the client to the server to request hover information at a given text document position.
| uri |
the URI of the document to hover over |
| position |
the position inside the document |
|
the hover information, or null if none |