Remix.run Logo
modeless a day ago

Ooh, VS Code integration for Claude Code sounds nice. I do feel like Claude Code works better than the native Cursor agent mode.

Edit: How do you install it? Running `/ide` says "Make sure your IDE has the Claude Code extension", where do you get that?

kofman 9 hours ago | parent | next [-]

Let us know if you were able to get it installed. You need to run claude inside the vscode (or cursor/windsurf) terminal for it to auto-install.

k8sToGo a day ago | parent | prev | next [-]

When you install claude code (or update it) there is a .vsix file in the same area where claude bin is.

modeless a day ago | parent [-]

Thanks, I found it in node_modules/@anthropic-ai/claude-code/vendor

michelb a day ago | parent | prev | next [-]

What would this do other than run Claude Code in the same directory you have open in VSC?

modeless a day ago | parent | next [-]

Show diffs in my editor windows, like Cursor agent mode does, is what I'm hoping.

awestroke a day ago | parent [-]

Use `git diff` or your in-editor git diff viewer

modeless a day ago | parent [-]

Of course I do. But I don't generally make a git commit between every prompt to the model, and I like to see the model's changes separately from mine.

michelb 15 hours ago | parent | prev | next [-]

In the video: https://www.youtube.com/live/EvtPBaaykdo?si=m2GWFMSItZeb8I9r...

manmal a day ago | parent | prev [-]

Claude Code as a tool call, from Copilot‘s own agent (agent in an agent) seems to be working well. Peter Steinberger made an MCP that does this: https://github.com/steipete/claude-code-mcp

jacobzweig a day ago | parent | prev | next [-]

Run claude in the terminal in VSCode (or cursor) and it will install automatically!

modeless a day ago | parent [-]

Doesn't work in Cursor over ssh. I found the VSIX in node_modules/@anthropic-ai/claude-code/vendor and installed it manually.

ChadMoran a day ago | parent [-]

Found it!

https://news.ycombinator.com/item?id=44064082

rw2 a day ago | parent | prev | next [-]

Claude code is a poorer version of aider or cline in VScode. I have better results using them than using claude code alone.

phyalow 14 hours ago | parent [-]

Have you upgraded your binary recently. I feel like this was true 1-2 months ago, but not anymore.

ChadMoran a day ago | parent | prev | next [-]

I've been looking for that as well.

ChadMoran a day ago | parent [-]

Run claude cli from inside of VS Code terminal.

https://news.ycombinator.com/item?id=44064082

20 hours ago | parent | prev [-]
[deleted]