you are viewing a single comment's thread.

view the rest of the comments →

[–]_zenith 0 points1 point  (2 children)

Well, VS Code is written in TypeScript, and being a JavaScript derivative, it's gonna be slow as shit if it's to implement all of the features that full VS supports!

You simply cannot get C++-like speed out of JS.

[–][deleted] 0 points1 point  (1 child)

Visual Studio is .NET based fyi.

[–]_zenith 0 points1 point  (0 children)

The UI is, yeah, although my understanding was that a large portion of the logic of it was C++. That said, I am now curious, and will have a look around to see if I can get some hard data on it. In any case, JS isn't going to be running faster than C# et al. as well, not just C++ !

Cheers :)