Class ParseFullDocument
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
IsSupportedbool