Hacker News new | ask | show | jobs
by chiefalchemist 1272 days ago
Unfortunately, I don't have a direct answer. However, if your were using a JetBrains IDE, VS Code is only an editor. Mine you, it's a powerful editor with a robust ecosystem of extensions. But it still at its core and editor.
1 comments

This - vscode is an editor with IDE like features - because JS IDEs sucked for a long time this was the better option since you didn't have to pay the overhead of IDE while getting the same functionality. And it's not just the performance, IDEs often expect some project structure, integrate tooling, etc. all of which were too unstable and fast moving for IDE support. Meanwhile vscode is much more suited for a terminal and directory workflow.

With typescript/JS support maturing in IDEs and language being tolling friendly (compared to JS) IDEs are starting to bring some value propositions.