HoverSupplier

interface HoverSupplier

Interface for providing hover information based on the current context in a text document.

Inheritors

Functions

Link copied to clipboard
abstract fun getHover(params: HoverParams, document: TextDocument): Hover?

Generates a hover object.