Table of Contents

Class InlayHintParams

Namespace
NMF.AnyText.InlayClasses
Assembly
NMF.AnyText.Lsp.dll

Denotes the parameters for an inlay request

public class InlayHintParams : WorkDoneProgressParams, IWorkDoneProgressParams
Inheritance
WorkDoneProgressParams
InlayHintParams
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

ParseRange

TextDocument

The text document that theinlay request refers to

[DataMember(Name = "textDocument")]
[JsonProperty(Required = Required.Always)]
public TextDocumentIdentifier TextDocument { get; set; }

Property Value

TextDocumentIdentifier