Used to be me. Now it’s bliss.
Waited 15 prompts. One fix at a time.
Throw 60 concerns for AI to work on. One pass.
What it does
Annotate without polluting
Select code, press Cmd+Opt+A, annotate. Stored in separate locations, but never in your source files.
Your AI review queue
Annotate AI-generated code, point to exact lines, work through the sidebar like a checklist. State concern → ask AI to fix → ship.
Survives refactors
Annotations don’t break when you move code around. They reattach automatically.
Branch-scoped
Every git branch gets its own annotation set. Switch branches — your notes switch too.
Zero config
Under 350 KB. No setup wizard. No onboarding. Fully offline.
Three moves. That’s it.
Check and review AI output.
Critique what’s wrong.
Cmd+Opt+A on every issue.
Pinpoint exact lines.
Export as markdown. Send it all to AI for fixing.
Grab coffee.
Also works for PR prep, personal bookmarks, team documentation — annotations are just structured notes outside your source files.
What people say
FAQ
How do I use this with AI agents?
Annotate points across your codebase — exact file, line range, snippet, and what needs to change. Then ask your AI agent: “process all annotations and implement each one.” The agent reads the annotations file and makes precise changes at each location. No more vague comments. No more “somewhere in auth.ts there’s a bug.”
Why not just use TODO comments?
Will this reduce AI hallucination?
Does it slow down VS Code?
Does Annotaat modify my source code?
.vscode/annotations/
as JSON files. Your source files are untouched — no comments injected, no markers added. The
highlights you see in the editor are VS Code decorations, not code changes.Is my code safe?
I don’t use AI agents. Is this still useful?
Can I share annotations with my team?
.vscode/annotations/ folder.
Teammates see the same annotations on that branch. Or .gitignore it for
private notes. You can also point an AI agent at the JSON file and it’ll process each annotation
at the exact location.How much does it cost?
Can I use it for commercial projects?
Under 350 KB. Zero config. Offline.
Install, open a file, hit ⌘ Cmd + ⌥ Opt + A — you’re annotating in seconds.
Install on VSCode