6

VS never ceases to amaze me.
What's the point of a FUCKING IDE that
suggests compilation errors with its autocomplete?

What's the fucking point!?

CommandTimeout is an int, not a TimeSpan.
I want autocomplete to HELP ME, not to waste my time with irrelevant noise based on on some AI bullshit.

I want to know who are the motherfuckers who thought this was a good idea. I fucking hate them.

Does someone know how to disable this shit? I disabled everything in Options->Intellicode, but that shit keeps popping up.

Visual Studio 2022, btw

Comments
  • 1
    That's not limited to VS Code (Codium). Tried GitHub Copilot in PhpStorm last week and uninstalled it 1 day later. JetBrains IDEA provides helpful coding assistance, tabnine adds some more helpful suggestions, but also some useless "AI" noise as well, copilot has been much worse, and I have no intention anymore to give chatGPT a try.
  • 1
    @fraktalisman I tested both.

    ChatGPT is better than Copilot. Still far from perfect but can an AI be ever perfect ?

    It will always be based on current knowledge. As long as there isn't a human who invented something, the AI will never know it.
  • 2
    and if a human posted bad code in a StackOverflow question, in a buggy version 0.9 npm module, or on a bullshit site like Codegrepper, how could the artificial "intelligence" ever tell whether it's good or bad? I guess that the greatest problem will be suggesting outdated code, as everything moves so fast and many devs just seem to love to introduce breaking changes everywhere every two months
  • 0
    @uNrEaL-jAsE Visual Studio 2022 version 17.0.0
    released November 08, 2021
  • 0
    @uNrEaL-jAsE You need to stay updated with the new stuff ;) never fallback or skip a day...
  • 0
    @uNrEaL-jAsE my point is that such features are ineherently bad ideas.

    At least I managed to switch it off
Add Comment