Claude Code IDE integration for Emacs
github.com
Claude Code IDE integration for Emacs
1–10 of 281 posts
Re: Claude Code IDE integration for Emacs
#2I hope this comes to vim as well!
Re: Claude Code IDE integration for Emacs
#3Re: Claude Code IDE integration for Emacs
#4Re: Claude Code IDE integration for Emacs
#5as a long time emacs user i've only recently started really writing my own elisp tools, but claude is pretty good at writing elisp so i've been doing more there (sometimes it loses track of parentheses and you need to fix that, but overall pretty good)
I'll def be trying this out alongside steve yegge's efrit which kicks the emacs up to 11 by letting the agent just write and evaluate arbitrary elisp expressions https://github.com/steveyegge/efrit
Re: Claude Code IDE integration for Emacs
#6Anyone have good results with something similar for Neovim?
Re: Claude Code IDE integration for Emacs
#7Anyone have good results with something similar for Neovim?
Re: Claude Code IDE integration for Emacs
#8I'll keep an eye on this new offering though.
There's also https://github.com/editor-code-assistant/eca-emacs which comes from the author of clojure-lsp, a very popular package within the Clojure community. I'd also been wanting to try it.
For both of the more advanced offerings, I tend to be a little cautious when adopting tools I'm trusting my productivity to. Most ambitious projects need to iron out misc stuff during their 'big bang' phase.
Re: Claude Code IDE integration for Emacs
#9Re: Claude Code IDE integration for Emacs
#10I use Spacemacs in evil-mode and I found it very frustrating to try and type into the Claude Code text box (often my cursor would be somewhere weird, the terminal emulator just really did not seem to "understand" that I was not in Insert Mode). I wound up deciding that I'd rather just use Claude Code in the terminal. The Claude Code text box is ALSO annoying there, so I often just write out instructions in some file (in emacs) and tell then tell CC to read it.
Does this project have any facilities for authoring prompts in a temporary buffer or something?