LSP Editing Use Cases

February 15, 2026 ยท View on GitHub

Editor Support via LSP

The developer edits documentation in an LSP-compatible editor with real-time feedback.

Actors

  • ACT_DEV (Developer)
  • ACT_CI (CI System)

Interfaces

  • IF_VSCODE_UI (VS Code UI)

Flow

  1. Developer opens a Markdown file in an LSP-enabled editor.
  2. Editor starts the docgraph language server.
  3. Developer receives real-time validation and hover info.

Contents

  1. 1Editor Support via LSP
  2. 1.1Actors
  3. 1.2Interfaces
  4. 1.3Flow