|
|
|
|
|
by jug
965 days ago
|
|
Absolutely but it just feels like VS Code has taken the extension based model even more to its heart. I think the difference was striking when I first started using it. What would be bundled with VS is often just an extension in Code. It’s wholly language agnostic in that regard. Even JavaScript, Python or their own C# requires an extension for anything but the lightest support such as syntax. It’s based around linters and language servers, often outsourced to third parties to relieve Microsoft of the burden besides their own technologies. It just comes across as the more sensible way to build an editor or IDE without overwhelming your own team and making it more maintainable in the long run. And ultimately that this will even show up in the quality of the product they market itself. |
|