Enable inlay hints (#183)

This commit is contained in:
ykiko
2025-08-19 14:28:12 +08:00
committed by GitHub
parent 41d5ac1173
commit c43702048e
25 changed files with 2594 additions and 921 deletions

View File

@@ -163,7 +163,7 @@ struct ServerCapabilities {
/// FIXME: InlineValueOptions inlineValueProvider;
/// The server provides inlay hints.
/// FIXME: InlayHintOptions inlayHintProvider;
InlayHintOptions inlayHintProvider;
/// The server has support for pull model diagnostics.
/// FIXME: DiagnosticOptions diagnosticProvider;