Hacker News new | ask | show | jobs
by jhall1468 2754 days ago
VSC and Intellij aren't the same thing. If you want better refactoring and debugging there are definitely plugins that do exactly that. Hard disagree on autocomplete, I've never run into a single situation where Intellij did it better.
2 comments

Well, hard disagree on your hard disagreement, I've never ran into a situation where VSCode did better than Intellij/Webstorm :)

Often, the problem is the order of suggestions, it was magically almost always right on Webstorm and not as good on VSC

I tend to agree except for languages where the plugin ecosystem on VSC is still lacking. Ruby, for example. RubyMine is still much nicer by comparison, especially when working with Rails.