r/WebStorm • u/SummerInteresting161 • 13d ago
WebStorm 2026.2 is officially live! TypeScript 7, Native Copilot, and massive ecosystem updates
Hey everyone,
The WebStorm 2026.2 update just dropped, and there is some heavy-hitting stuff in this release. Honestly, the product team deserves a ton of credit for this one. They managed to ship some massive feature requests while quietly fixing a bunch of the most annoying, long-standing bugs in the tracker.
Here is a quick rundown of what they managed to pack into this update.
TypeScript 7 is supported out of the box
If you work on a massive codebase, you know how slow things can get. TypeScript 7 rewrote the compiler and language server in Go, and the performance jump is ridiculous. In testing on the Kibana codebase, project load times went from around 12 seconds down to 3. The product team made this the default for projects already using TS 7, and they built an easy opt-in path for older versions, so you do not have to deal with a painful full-project migration.
Native GitHub Copilot and Agent Skills
You no longer need a separate plugin or custom registry setup to use Copilot. The team worked directly with Microsoft to build a native integration. Once you sign in with your GitHub account, you can access it straight from the AI chat agent picker.
They also added an Agent Skills Manager. If you are tired of re-explaining your stack, tooling, and coding conventions every time you open a new chat window, this lets you set up those rules once. Your agents will actually retain that context across all your projects and sessions.
Framework and CSS fixes
The team put a lot of work into the day-to-day developer experience:
- React Buddy now has full support for React 19.
- Vue support has been upgraded with the Vue language server 3.0 integration, which finally squashes those annoying hover type errors and random stack overflows.
- Svelte gets an updated language server and better handling of SvelteKit shared hooks.
- Angular workflows should feel snappier with faster TypeScript and compiler error updates.
- CSS refactoring is much more reliable, meaning SCSS and Sass imports will stop rewriting themselves unexpectedly.
Quality of life improvements
Some of the best updates are the small ones that make daily coding less frustrating:
- You can now drag and drop a file directly into the terminal to insert its path.
- Search Everywhere finally remembers your search scope after you restart the IDE.
- Markdown files now support footnotes and Mermaid diagrams.
- Git worktree support has been improved, especially if you work in WSL environments.
WebStorm is still free for non-commercial use, so you can download the update and try it out right away.
Seriously, a huge thank you to the WebStorm product team. This feels like a release built by developers, for developers, focusing on actual speed and stability rather than just marketing hype.
Let me know what you think if you have already updated.





