Read Notes Beside the Source
Each saved note appears through VS Code's native Comments UI beside the passage under review, with a Resolve action when the change is complete.
- Native inline comments
- Resolve action
- Source-linked notes
Review specs, ADRs, and plans in VS Code with GitHub-style inline comments. Feedback stays in the Markdown file, durable anchors keep notes tied to the source, and unresolved comments export as context for an AI coding agent.
The review surface, source position and handoff context remain part of the same local Markdown workflow.
Each saved note appears through VS Code's native Comments UI beside the passage under review, with a Resolve action when the change is complete.
Review data lives inside Markdown, making comments available to the branch, the repository history and tools that can read the document.
Review operations run in VS Code, Markdown stores the active notes, and Git records their history with the document.
Source, usage guidance and the extension architecture are public in the Markdown Review Comments repository.
The VS Code Marketplace carries the current release, requirements and installation path.