15

*types class name wrong, presses tab to auto complete*

Different class comes up from suggestions. The IDE automatically pulls in a bunch of useless imports to make your code work. Your code doesn't work, that's not the right type...

Fuck.

Comments
  • 0
  • 3
    For a short while VSCode's auto complete kept suggesting UNSAFE_X react methods for me....

    Like Bro, why the fuck would you ever suggest those to me, ever? I've never even used them....
  • 2
    Turn off autocomplete or set it to list mode if jetbrains. If VS, continue suffering indefinitely as it continues to decay.
  • 2
    @N00bPancakes
    It just assumes you know what you're doing and presents you with similar things to a vague context 😸
  • 1
    @SortOfTested

    Yeah, it is a little random, but usually ... somewhat contextual, or at least seems like it. Suddenly UNSAFE suggestions felt really jarring. After a few updates it stopped doing that thankfully.
  • 2
    This is why I prefer Sublime.

    Autocomplete is only things you’ve typed before, there is zero input lag, and it doesn’t muck with your code unless you explicitly tell it to.
  • 0
    Reminds me of a former boss that had Prettier set up for each save and made us all do it too because otherwise the codebase wouldn't match and he didn't believe in linting.

    Drove me bonkers.
Add Comment