top | item 28257234

(no title)

sxldier | 4 years ago

He's referring to Visual Studio.

https://visualstudio.microsoft.com/

discuss

order

ThePadawan|4 years ago

Man, I've been going back to full-fat VS after working in VS Code for a while, and boy, does VS just chug even opening a "Hello World" C# project.

(I used VS at work regularly and the performance on a million-SLoC solution was quite bad, but I didn't expect it to be much better given the size of the solution)

GiorgioG|4 years ago

Have you tried VS 2022 (beta)? It's 64-bit finally. It's way faster in my experience, but I don't have a million-SLoC solution laying around to test.

nerdbaggy|4 years ago

I find Visual Studio auto complete 100x better then VS Code auto complete.

scoopdewoop|4 years ago

For what language? Because I use VSCode for C (microsoft's C/C++ plugin with intellisense) and Typescript (built-in) and it works pretty dang great.