Hacker News new | ask | show | jobs
by polskibus 2269 days ago
I think the only way to beat vs code at this point is to implement IDE in a native language without GC. VSCode , eclipse etc can be very sluggish on large-ish projects, slow downs accumulate with code base size growth leading to usability problems, slow autocompletion etc.
3 comments

I think part of the reason why VSCode is popular is because of how extensible it is. Also, the fact that it's built around JS makes it accessible to more people which means more extensions for example.
So you mean Sublime Text? (Yes I understand it isn't open source)
For some reason I'm able to find plugins for what I need in VSCode but not for Sublime :(

I really really like Sublime Text and own a license, but the lack of plugins or outdated one (only available for ST2?) makes it less than optimal for my daily driver

But that is how IDEs used to be. vim, kdevelop, qt creator, texstudio, ...