Table of Contents

Class SdkServerCommandNames

Namespace
RDCore.SDK.Server.Commands
Assembly
RDCore.SDK.dll

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

string

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.