LLVM 22.0.0git
llvm::lsp::InlayHintsParams Struct Reference

A parameter literal used in inlay hint requests. More...

#include "llvm/Support/LSP/Protocol.h"

Public Attributes

TextDocumentIdentifier textDocument
 The text document.
Range range
 The visible document range for which inlay hints should be computed.

Detailed Description

A parameter literal used in inlay hint requests.

Definition at line 1075 of file Protocol.h.

Member Data Documentation

◆ range

Range llvm::lsp::InlayHintsParams::range

The visible document range for which inlay hints should be computed.

Definition at line 1080 of file Protocol.h.

◆ textDocument

TextDocumentIdentifier llvm::lsp::InlayHintsParams::textDocument

The text document.

Definition at line 1077 of file Protocol.h.


The documentation for this struct was generated from the following file: