Request to request hover information at a given text document position. The request's parameter is of type TextDocumentPosition the response is of type Hover or a Thenable that resolves to such.

Static variables

@:value(new ProtocolRequestType<HoverParams,Null<Hover>,Never,NoData,HoverRegistrationOptions>("textDocument/hover"))staticfinalinlineread onlytype:ProtocolRequestType<HoverParams, Null<Hover>, Never, NoData, HoverRegistrationOptions> = new ProtocolRequestType<HoverParams,Null<Hover>,Never,NoData,HoverRegistrationOptions>("textDocument/hover")