hoverInfo property
Whether hover information is enabled.
When enabled, hovering over symbols displays documentation and type information. Controlled via 'textDocument/hover' request.
Implementation
final bool hoverInfo;
Whether hover information is enabled.
When enabled, hovering over symbols displays documentation and type information. Controlled via 'textDocument/hover' request.
final bool hoverInfo;