Annotate for AgentInline feedback for agent-generated code. Export structured payloads your agent can act on.
Select. Annotate. Export. Your agent picks up exactly what you meant. The 60-second pitchThe agent writes the diff. You review it. You spot six things — a wrong null check, a missing return, an off-by-one, three nits. Today: copy the file path, retype the line range, paste the snippet, type the feedback. Six times. By the third one you've forgotten the first. Annotate for Agent turns the editor into the feedback surface.
The export is one structured block per note — path, range, snippet, category, feedback. The agent parses it cleanly and acts on each block. No copy-paste tax. No lost context. Install
Or grab it from the Visual Studio Marketplace. FeaturesTwo modes for two speedsPanel — for substantive feedback. Ctrl Shift A opens a rich form beside your code: multi-line comment, fenced
Quick — for triage. Ctrl Shift Q drops a native QuickPick. Number key picks the category, enter confirms, one-line feedback, done — two keystrokes. Mid-type, Ctrl Enter escalates to the full panel without losing what you typed.
Six categories, each with its own color and shortcut: Alt+1 🔴 Bug · Alt+2 🟣 Question · Alt+3 🔵 Refactor · Alt+4 🟡 Suggestion · Alt+5 ⚪ Nit · Alt+6 🟢 Praise Track everything · drift detected automatically
Colored gutter dots mark every annotated line. The sidebar groups by file, category, or status. Bulk-select to resolve, reopen, copy, or export. Edit code under an existing annotation? It flips to stale automatically — orange triangle in the gutter, dotted border on the card, count in the toolbar. You see the drift before the agent does. Export agent-ready feedback
One click writes a Markdown / JSON / CSV file to What the agent sees
Each block is path-anchored, language-tagged, and self-contained. Switch to JSON / CSV via Keybindings
SettingsNine settings — sensible defaults, tweak as you like
Layout tipDrag the Annotations view from the activity bar to the Secondary Side Bar on the right (right-click → Move View). File tree on the left, code in the middle, annotations on the right — review at a glance, click any card to jump straight to the line. Report an issue · Source · License Built for the era when most code gets written by an agent and reviewed by you. |