hoverInfo property

bool hoverInfo
final

Whether hover information is enabled.

When enabled, hovering over symbols displays documentation and type information. Controlled via 'textDocument/hover' request.

Implementation

final bool hoverInfo;