HackerTrans
TopNewTrendsCommentsPastAskShowJobs

firish

5 karmajoined tháng trước

Submissions

[untitled]

1 points·by firish·3 ngày trước·0 comments

[untitled]

1 points·by firish·17 ngày trước·0 comments

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

github.com
2 points·by firish·18 ngày trước·1 comments

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

github.com
20 points·by firish·26 ngày trước·8 comments

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

github.com
2 points·by firish·tháng trước·0 comments

comments

firish
·18 ngày trước·discuss
If you want to try it out really quick.

Marketplace URL: https://marketplace.visualstudio.com/items?itemName=firish.b...
firish
·18 ngày trước·discuss
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 ngày trước·discuss
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 ngày trước·discuss
[dead]