Hacker News new | ask | show | jobs
by pixelsort 43 days ago
VS Code does actually already have this. I use it in Antigravity IDE.

https://marketplace.visualstudio.com/items?itemName=anthropi...

2 comments

This is for Visual Studio (the full IDE), not VS Code. VS Code and JetBrains both have the official Anthropic extension already. Visual Studio was the gap, since the official plugin doesn't cover it, so that's what this fill.

The biggest features are the ability to view diffs in the IDE instead of the CLI and sharing Roslyn analyzer compiler errors and warnings to the CLI with file and line/char span information to help with debugging.

This person is talking about Visual Studio, not VS Code