Earlier quoted context omitted.
How "easy" is it is to scaffold a personal vscode plugin?
Not that trivial to hand code, I just had this feature (copying) in another larger plugin I wrote. However, I think it can be "vibe coded"these days.
Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
71–80 of 140 posts
Re: Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
#72I thought Cursor was pointless until trying out Google's latest coding GPT, which blows everything else out of the water. I may switch from VSCode to cursor for the next few months just because of that.
Why not just switch Copilot to use Google Gemini 2.5 Pro as the model? With every update to the Copilot extension, I see less and less of a need to switch away from VS Code to some “dedicated AI editor du jour ”. Maybe I’m missing something, or maybe people aren’t keeping up with Copilot’s capabilities? ⁽¹⁾ https://code.visualstudio.com/docs/copilot/reference/copilot... ⁽²⁾ https://code.visualstudio.com/docs/copilot/…
Re: Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
#73I thought Cursor was pointless until trying out Google's latest coding GPT, which blows everything else out of the water. I may switch from VSCode to cursor for the next few months just because of that.
Do you mean Google Code Assist plugin for IDEs or something else?
Re: Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
#74- Gemini 2.5 pro tries to fix and refactor my entire codebase unless I aggressively constrain it, which is too much work. I've written it off as unusable for coding, but can be fine for educational purposes
- For AI IDE coding, I narrow down the scope of what I ask so Gemini 2.0 Flash or Haiku can handle it. I've haven't seen better results switching to paid models.
- For generating large swaths of code, I recently went back to copy/pasting into Claude Projects, with my github project hooked up and relevant files added to context. For a moderately complex component, it usually takes 5-15 generated versions to work, though I end up adjusting my specs a bit in the process. This is still faster than using the agent. Claude Code might get similar results, but I already pay for Anthropic so haven't tried it out.
- If I'm picking up a new library, concept, or pattern, I usually chat with Claude to level up my knowledge. The "Plan" mode in cline focuses more on task execution than skill development.
I'm open to suggestions on what to try next!
Re: Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
#75I built a tool that helps with copy pasting code into chat UI called 16x Prompt. https://prompt.16x.engineer/ It is used by quite a lot of people. So the problem is definitely there. The app supports API integration as well. From usage stats, still there are more people using the copy pasting flow instead of API flow. I suspect it is because people are already have a subscription so they can basically use that for fr…
Re: Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
#76I would definitely use it over copy pasting for the convenience. However, I only code as a hobby these days, so probably won't pay for it unless I really get stuck into a larger bit of work - but would definitely then.
Re: Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
#77For engineering though, it's probably better to spend more money on Claude Code. He will be your super-knowledgeable junior assistant, which will result in much higher efficiency. AIDER is also an option.
Re: Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
#78I don't use IDEs to begin with. I use a text editor, since I am a UNIX man. So, I don't even have a reason to look at the "AI" flavor of an IDE. The closest thing to an AI IDE that I have tried out were tools like AIDER and Jack's "goose" agent. Neither of those specialized tools has been satisfactory. They all performed worse than just the LLM IMO. I am sticking to crafting my own context that I supply to the LLM. T…
Of course it also gets stuff wrong and everything needs to be properly validated, but it's a nice tool to try out.
Re: Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
#79They acquired Supermaven last year, which was also one of the fastest code completion with the biggest context window even versus the new models. So they are able to do a lot of quality work locally before involving the major LLMs.
A year's subscription falls at about $16/month. I would say Cursor is the first real use of AI and it gives so much unfair advantage to those who use it. You get quality + speed/stability + low price, there's just little reason to paste anything into websites anymore, and no reason to go back to Copilot.
Re: Ask HN: How much better are AI IDEs vs. copy pasting into chat apps?
#80I'm a staff software engineer doing a mix of front-end and back-end with emphasis on front-end. I use both Cursor on Claude 3.7 and ChatGPT on 4o/o3. Cursor seems kind of "dumb" compared to 4o, but it's a good workhorse. I let Cursor handle the basics - basically acting as a glorified multi-file autocomplete. I think through common problems with 4o, tough problems with o3, I copy all of Svelte's docs into 4o ( https:…
> Cursor seems kind of "dumb" compared to 4o What do you mean by that? You can use 4o model in Cursor?