inlayHint property
Whether inlay hints are enabled.
When enabled, the server provides inline annotations such as parameter names and inferred types. Controlled via 'textDocument/inlayHint' request.
Implementation
final bool inlayHint;
Whether inlay hints are enabled.
When enabled, the server provides inline annotations such as parameter names and inferred types. Controlled via 'textDocument/inlayHint' request.
final bool inlayHint;