HackerTrans
トップ新着トレンドコメント過去質問紹介求人

firish

5 カルマ登録 先月

投稿

[untitled]

1 ポイント·投稿者 firish·3 日前·0 コメント

[untitled]

1 ポイント·投稿者 firish·17 日前·0 コメント

Show HN: I gave Claude Code the keys to the Visual Studio debugger

github.com
2 ポイント·投稿者 firish·18 日前·1 コメント

Show HN: Claude Code for Visual Studio (native diff with accept/reject)

github.com
20 ポイント·投稿者 firish·26 日前·8 コメント

Open-source NLI ensemble matches Sonnet 4.6 on RAGTruth at 1/250x the cost

github.com
2 ポイント·投稿者 firish·先月·0 コメント

コメント

firish
·18 日前·議論
If you want to try it out really quick.

Marketplace URL: https://marketplace.visualstudio.com/items?itemName=firish.b...
firish
·18 日前·議論
The infra I built for this extension allowed me to add the next interesting part, the VS debugger. When you're paused at a breakpoint, Claude can read the call stack and locals, and with a toggle it can drive the debugger itself: set breakpoints, step, start and stop a session, and find a bug by running the code instead of reading it.

There's a short walkthrough in the README where it catches a bug that never shows up in the output, by watching a counter fail to reset as it steps through a loop.
firish
·25 日前·議論
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.
firish
·25 日前·議論
[dead]