microsoft/language-server-protocol
Ver no GitHubPass the current selection for a Hover Request
Open
#377 aberto em 15 de jan. de 2018
feature-requesthelp wantedhover
Métricas do repositório
- Stars
- (12.810 stars)
- Métricas de merge de PR
- (Mesclagem média 19h 29m) (12 fundiu PRs em 30d)
Description
In some languages, such as Haskell, it is meaningful to show the type of an expression, rather than just an identifier.
To allow this, extend the Hover Request to also include a Range if the selection is active.
At the moment in the haskell vscode plugin this is done in a roundabout way using workspace/executeCommand, which means it has to be separately implemented in each client.