inlayHint property

bool inlayHint
final

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;