getHover

abstract fun getHover(params: HoverParams, document: TextDocument): Hover?

Generates a hover object.

Return

a Hover object containing the hover information, or null if no hover information is available

Parameters

params

the parameters for the hover request, including the position in the document

document

the current document