Table of Contents

Class ParseFullDocument

Namespace
RDCore.SDK.Client
Assembly
RDCore.SDK.dll

Enables the language server to request a parse result containing the full syntax tree of a specified workspace document.

public record ParseFullDocument : CorePlatformClientCapability, IEquatable<CorePlatformClientCapability>, IEquatable<ParseFullDocument>
Inheritance
ParseFullDocument
Implements
Inherited Members

Constructors

ParseFullDocument(bool)

Enables the language server to request a parse result containing the full syntax tree of a specified workspace document.

public ParseFullDocument(bool IsSupported = false)

Parameters

IsSupported bool