10
AlgoRythm
358d

Visual studio intellisense is going to make me commit bridge jump

In HTML, it's changing "id" to "itemid" ???

In JavaScript, it's changing document.getElementById and document.querySelectorAll to documentgetElementById and documentquerySelectorAll ????

What the fuck is this horse shit. It's only getting worse and worse. It's like Mt. Saint Helen blew up 5 minutes ago, they updated the system, and accidentally set off the Yellowstone Giga-volcano. Fuck you, william gates.

Comments
  • 2
    Lol. Have you tried turning it off and then on?
  • 0
    did he not pay his bills this time
  • 2
    Hehe visual studio for web dev? That doesn't sound like a pleasant experience
  • 2
    Did you disable the ML-based suggestions? I never understood why that was the logical next step when JS intellisense isn't collecting possible ID and class values and parsing string literal query selectors, and most static code analysis outside optimizers can't evaluate constant expressions.
  • 2
    @lorentz indeed. Code completion should be based on previously statically analyzed code. Who thought it was a good idea to use ML here? MS… 🤦‍♂️
Add Comment