Class SdkServerCommandNames
Exposes the names of all SDK-level supported LSP workspace commands.
public static class SdkServerCommandNames
- Inheritance
-
SdkServerCommandNames
- Inherited Members
Remarks
🧩 RDCore implements the LSP workspace commands as server commands for
extensibility purposes.
👉 Avoid hard-coding server command names in client-side services.
LSP 3.17 § ExecuteCommand request
Fields
ParseDocument
The name of the ServerCommand.
public const string ParseDocument = "document/parse"
Field Value
Remarks
👉 This command is sent from the CoreLanguageServerApp to the RDCoreParserApp, prompting the parser to return an abstract syntax tree (AST) for a specific document.