Back to browse
GitHub Repository
0 starsTypeScript

VSCode Inline Comments with MCP

by gabia·Jul 15, 2026·1 point·0 comments

AI Analysis

●●●BangerBig BrainSolve My Problem

Sidecar JSON store lets agents comment without dirtying the source code.

Strengths
  • Text-anchoring logic survives whitespace changes better than line numbers.
  • Shared comment store enables seamless human-AI collaboration loops.
  • Clean architecture separates VSCode API from pure Node logic.
Weaknesses
  • Sidecar files add noise to git diffs if not properly ignored.
  • Niche workflow that requires team buy-in to be truly useful.
Target Audience

Developers using AI agents for code review

Similar To

Reviewable · Phabricator

Post Description

A little extension for VSCode that lets you add word/overleaf style comments. Agents (at least Claude) can leave comments also, so helpful for when getting it to edit/review writing but don't want it to actually modify the text directly. All written by Claude.

Similar Projects