HoverSubservice
class HoverSubservice(hoverSuppliers: List<HoverSupplier>) : TextDocumentSubservice<HoverParams, Hover?>
Subservice for handling hover requests. It gathers hover information from multiple suppliers, and picks the first non-null result.
Parameters
hoverSuppliers
suppliers of hover information