This namespace family covers editor semantics, LSP request handling, projected inline-code support, and the tooling surface shared by the VS Code extension and in-app editors.
XamlToCSharpGenerator.LanguageServiceXamlToCSharpGenerator.LanguageServer.ToolXamlToCSharpGenerator.RemoteProtocolXamlToCSharpGenerator.McpServer.ToolXamlToCSharpGenerator.Editor.AvaloniaThe LanguageService namespaces own completion, hover, navigation, references, rename, semantic highlighting, inlay hints, and cross-file reference analysis.
LanguageService.InlineCode and related navigation/completion services analyze inline C# snippets and can project them into temporary C# documents when editor-side interoperability is useful.
LanguageServer contains the standalone LSP host, request routing, and metadata virtual-document support. Shared framing and remote contracts now live in RemoteProtocol.
RemoteProtocol, McpServer.Tool, and PreviewerHost cover the MCP-facing surface for workspace queries, preview orchestration, preview hot reload, and runtime-hosted resource subscriptions.
Editor.Avalonia wraps the semantic engine for AvaloniaEdit-based in-app editor scenarios.
The concrete server host AxsgLanguageServer is intentionally internal. Treat the package guide as the supported documentation surface for that host.