No More JetBrains Products for Me
- Transition to Zed: The author has switched to Zed (v1) as their primary code editor, praising its sane defaults, fast and responsive performance, great integration with the VS Code ecosystem, and tasteful AI integration.
- The JetBrains Breakup: For years, the author paid ~$85/year for CLion and appreciated its UI, default settings, and powerful debugging tools. However, they decided to cancel their subscription because the IDE became frustratingly slow.
- Specific Technical Frustrations: - Creating a new file triggers a tedious popup and loading screen.
- Startup and project-switching times are exceptionally sluggish.
- Remote development features intermittently disconnect on older hardware.
- Constant, unexpected re-indexing cycles exhaust CPU and RAM resources.
- The massive on-disk installation footprint makes it unsuitable for older machines.
- Impact on Developer Flow: These combined performance regressions created friction, causing the author to hesitate before opening the editor and ultimately disrupting their ability to enter a productive flow state.
Hacker News Discussion
- Hardware and Environment Variables: Several commenters argue that complaints about JetBrains being slow usually depend on older hardware or a bloated setup packed with third-party plugins. Users with modern machines (like Apple Silicon) report cold start times of just a few seconds, noting that JetBrains IDEs are meant to be kept open all day rather than spun up per file.
- The Pushback Against AI and Bloat: A major pain point among long-time subscribers is JetBrains' aggressive push toward AI features. Commenters express frustration over persistent AI companion sidebars, the "minimalist" new UI (which some claim mimics VS Code and has poor icon contrast), and overall SaaS feature creep meant to justify subscription fees rather than improve core performance.
- The Text Editor vs. Full-Scale IDE Debate: A core disagreement centers around whether it is fair to compare Zed to JetBrains. Proponents of JetBrains argue it is a full-featured IDE with deep indexing and tooling capabilities that a lightweight editor like Zed may never natively match. Conversely, others counter that those features are useless if the resource-heavy footprint disrupts a developer's flow state or causes crashes.
- Alternative Workflows: Many developers mention abandoning full IDEs altogether in favor of highly optimized, lightweight text editors backed by the Language Server Protocol (LSP). Solutions like Neovim, Emacs, and Helix are praised for offering powerful code intelligence and debugging with a fraction of the memory and CPU overhead.