Hacker News new | ask | show | jobs
by isaac_is_goat 3337 days ago
> They are able to do it so well, so quickly because Windows Visual Studio has much of that functionality already in it.

I don't think this is true at all. I don't think VSCode has any Visual Studio code in it at all, but that's probably why they are able to be so nimble with it - no legacy cruft.

1 comments

I work on VS Code. You are correct; the core VS Code editor does not share code with regular Visual Studio. However many tools and libraries are shared between the two. TypeScript and JavaScript language support for example is powered by the same TypeScript library in both VS and VS Code, and this library also is used by Atom, Sublime, and many other tools.