←back to thread

310 points skarat | 5 comments | | HN request time: 1.038s | source

Things are changing so fast with these vscode forks I m barely able to keep up. Which one are you guys using currently? How does the autocomplete etc, compare between the two?
Show context
welder ◴[] No.43960527[source]
Neither? I'm surprised nobody has said it yet. I turned off AI autocomplete, and sometimes use the chat to debug or generate simple code but only when I prompt it to. Continuous autocomplete is just annoying and slows me down.
replies(27): >>43960550 #>>43960616 #>>43960839 #>>43960844 #>>43960845 #>>43960859 #>>43960860 #>>43960985 #>>43961007 #>>43961090 #>>43961128 #>>43961133 #>>43961220 #>>43961271 #>>43961282 #>>43961374 #>>43961436 #>>43961559 #>>43961887 #>>43962085 #>>43962163 #>>43962520 #>>43962714 #>>43962945 #>>43963070 #>>43963102 #>>43963459 #
rco8786 ◴[] No.43961436[source]
This is where I landed too. Used Cursor for a while before realizing that it was actually slowing me down because the PR cycle took so much longer, due to all the subtle bugs in generated code.

Went back to VSCode with a tuned down Copilot and use the chat or inline prompt for generating specific bits of code.

replies(1): >>43962604 #
1. davidmurdoch ◴[] No.43962604[source]
What is a "PR cycle"?
replies(1): >>43962720 #
2. klinquist ◴[] No.43962720[source]
open a pull request, reviewer finds a bug and asks for changes, you make changes and re-request a review...
replies(1): >>43962760 #
3. davidmurdoch ◴[] No.43962760[source]
That's what I was afraid of, I'd never think anyone submitting AI-generated code wouldn't first read it themselves before asking others to review it!
replies(1): >>43963105 #
4. rco8786 ◴[] No.43963105{3}[source]
I read it myself. But if one person could catch every bug in code then we wouldn't need PR reviews at all would we?
replies(1): >>43964187 #
5. davidmurdoch ◴[] No.43964187{4}[source]
Well yes, but I personally would never submit a PRr I could use the excuse, "sorry, AI wrote those parts, that's why this PR has now bugs than usual".

All that to say that the base of your argument is still correct: AI really isn't saving all that much time since everyone has to proof-read it so much in order to not increase the number of PR bugs from using it in the first place.