It's free and better than paid alternatives
Been using VS Code since 2017. Tried WebStorm, Sublime, Atom, even gave Vim a serious shot. VS Code hits the sweet spot: fast enough, extensible enough, and the IntelliSense for TypeScript/JavaScript is genuinely best-in-class. The fact that it's free and open-source (MIT license) with Microsoft backing means it's not going anywhere.
Extension ecosystem is the killer feature. ESLint, Prettier, GitLens, Docker, Kubernetes, Remote SSH — I have 47 extensions installed and startup is still under 2 seconds. The marketplace search inside the editor is excellent.
Only gripes: Electron overhead (RAM usage with many windows), and the settings JSON UI is confusing for beginners. But `Cmd+Shift+P` → "Open Settings (JSON)" solves that.