6 ms·
for those who seldom use the terminal, is Claude Code still usable? I heard it doesn't do tab autocomplete in IDE like Cursor
by asdev 1y ago
for those who seldom use the terminal, is Claude Code still usable? I heard it doesn't do tab autocomplete in IDE like Cursor
- virgildotcodes 1y agoClaude Code is totally different paradigm. You don't edit your files directly so there is no tab autocomplete. It's a chat session. There are IDE integrations where you can run it in a terminal session while perusing the files through your IDE, but it's not powering any autocomplete there AFAIK.
- asdev 1y agoare people viewing file diffs in the terminal? surely people aren't just vibing code changes in
- asib 1y agoYes or running claude code in the cursor/vscode terminal and watching the files change and then reviewing in IDE. I often like to be able to see an entire file when reviewing a diff, rather than just the lines that changed. Plus it's nice to have go-to-definition when reviewing.
- didibus 1y agoYes, it shows you the file diff. But generally, the workflow is that you git commit a checkpoint, then let it make all the changes it wants freely, then in your IDE, review what has changed since previous commit, iterate the prompts/make your own adjustments to the code, and when you like it, git commit.
- golergka 1y agothat's what lazygit in another terminal tab is for
- martinald 1y agoDepending on what I'm doing with it I have 3 modes: Trivial/easy stuff - let it make a PR at the end and review in GitHub. It rarely gets this stuff wrong IME or does anything stupid. Moderately complex stuff - let it code away, review/test it in my IDE and make any changes myself and tell claude what I've changed (and get it to do a quick review of my code) Complex stuff - watch it like a hawk as it is thinking and interrupt it constantly asking questions/telling it what to do, then review in my IDE.
- evan_ 1y agoIf there’s a conflict you just back out your change and do it again.
- tptacek 1y agoI review and modify changes in Zed or Emacs.
- cedws 1y agoApparently they are, which is crazy to me. Zed agent mode shows modified hunks and you can accept/reject them individually. I can't imagine doing it all through the CLI, it seems extremely primitive.
- james_marks 1y agoYes. I manually read the diff of every proposed change and manually accept or deny. I love CC, but letting it auto-write changes is, at best, a waste of time trying to find the bugs after they start compounding.
- upcoming-sesame 1y agoit seems like CC is king at the moment from what I read. I currently have a Copilot subscription that has 4.1 for free but Sonnet 4 and Gemini Pro 2.5 with monthly limits. Thinking to switch to CC I am curious to know which Claude Code subscription most people are using... ?
- fooster 1y agoI just accept all and review in my editor.
- sumedh 1y agoI use windsurf to check the diff from Claude Code.
- neoecos 1y agoI think lots of issues with the integration of CC or other TUI with graphical IDEs will be solved with stuff like the Agentic Coding Protocol that the guys at Zed at working on https://www.npmjs.com/package/@zed-industries/agentic-coding-protocol/v/0.0.7 https://www.npmjs.com/package/@zed-industries/agentic-coding...
- arresin 1y agoI trust zed to get it right over cursor with their continual enshittification.