Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 566 Bytes

File metadata and controls

22 lines (13 loc) · 566 Bytes

LSP Editing Use Cases

Editor Support via LSP

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

Actors

Interfaces

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.