Class InlayHintParams
- Namespace
- NMF.AnyText.InlayClasses
- Assembly
- NMF.AnyText.Lsp.dll
Denotes the parameters for an inlay request
public class InlayHintParams : WorkDoneProgressParams, IWorkDoneProgressParams
- Inheritance
-
WorkDoneProgressParamsInlayHintParams
- Implements
-
IWorkDoneProgressParams
- Inherited Members
-
WorkDoneProgressParams.WorkDoneToken
Properties
Range
The visible document range for which inlay hints should be computed.
[DataMember(Name = "range")]
public ParseRange Range { get; set; }
Property Value
TextDocument
The text document that theinlay request refers to
[DataMember(Name = "textDocument")]
[JsonProperty(Required = Required.Always)]
public TextDocumentIdentifier TextDocument { get; set; }
Property Value
- TextDocumentIdentifier