Remix.run Logo
sheepscreek a day ago

Back when I was in school (like junior/middle school), we would program in a DOS based IDE call QuickBasic, and eventually Turbo C++ (in higher grades/high school). That blue background is so nostalgic.

For quick editing, my go to is vim. It’s a real superpower to have if you’re confined to the terminal. However, in the modern post-AI/vibe coding days with super fast AI completions and agentic editing, I think GUIs are the way to go. They make the constant context switching more seamless. Whereas terminal editors work best for very focused zen coding. That’s just my opinion.

adhamsalama a day ago | parent [-]

There are several AI plugins for Neovim. Copilot's auto complete seems to be working fine.

sheepscreek 19 hours ago | parent [-]

Indeed - AI auto-completion works well. But chat and more conversation heavy workflows were not available back when I tried it (granted it was over a year ago).

I think Claude Code + vim might be a better solution. You’re using the best tool for the job - Claude Code for agentic assistance and vim for editing + review.