Interface HoverClientCapabilities

interface HoverClientCapabilities {
    contentFormat?: MarkupKind[];
    dynamicRegistration?: boolean;
}

Properties

contentFormat?: MarkupKind[]

Client supports the following content formats for the content property. The order describes the preferred format of the client.

dynamicRegistration?: boolean

Whether hover supports dynamic registration.