WebStorm 2026.1 Brings Native TypeScript Engine and Multi-Agent AI to JetBrains' Flagship IDE

WebStorm 2026.1 Brings Native TypeScript Engine and Multi-Agent AI to JetBrains' Flagship IDE

lschvn4 min read

WebStorm 2026.1 landed this week, and the headline features reflect where JavaScript development tooling is heading: a smarter TypeScript engine by default, and a unified AI chat that pulls in multiple agents including Claude Agent and Codex alongside JetBrains' own Junie.

Service-Powered TypeScript Engine Now Default

The biggest under-the-hood change is the TypeScript engine. WebStorm now uses a service-powered implementation by default, which JetBrains says improves correctness while reducing CPU usage in large projects. The change is meant to keep navigation, inspections, and refactorings responsive when working with substantial TypeScript codebases.

The release also aligns WebStorm with TypeScript 6 changes, including updates to how the compiler handles the types value and rootDir defaults. For teams watching the TypeScript 7 roadmap β€” the Go-based rewrite arriving later this year β€” WebStorm has started adapting its config handling to match 7's planned changes to baseUrl.

AI Chat Gets Serious

The AI story in this release is multi-agent by design. In addition to Junie and Claude Agent, WebStorm 2026.1 adds Codex to the IDE's built-in AI chat. The JetBrains AI chat now also supports Cursor, GitHub Copilot, and any other agents published to the ACP Registry.

The ACP Registry, introduced earlier this year, lets you browse and install agents without leaving the IDE. The idea is straightforward: different agents excel at different tasks, and being able to swap between them without breaking your workflow is the goal.

Also new: "next edit suggestions" now work without consuming AI quota on Pro, Ultimate, and Enterprise plans. Unlike traditional autocomplete that only updates what's at your cursor, these suggestions apply related changes across an entire file β€” JetBrains calls it a "Tab Tab experience" for keeping code consistent with minimal friction.

Framework Updates

Framework support keeps pace with rapid releases across the ecosystem:

  • React: Highlighting for the new use memo and use no memo directives alongside existing use client and use server
  • Angular 21: Support for arrow functions, instanceof operator, regular expressions, and spread syntax in templates
  • Vue: Updated to @vue/typescript-plugin 3.2.4 for compatibility with the latest TypeScript tooling in .vue files
  • Astro: JSON configuration can now be passed directly to the Astro language server from IDE settings
  • Svelte: Generics support in <script> tags with usage search, navigation, and rename refactoring for type parameters

String-Literal Import/Export Support

WebStorm now parses and understands string-literal names in import and export specifiers β€” standards-compliant syntax that works with code like export { a as "a-b" } and import { "a-b" as a } from "./file.js". Navigation, highlighting, and refactoring all work correctly with this syntax.

CSS Color Spaces

Support for modern CSS color spaces means color pickers and previews now handle oklch, oklab, hwl, and other color formats defined in CSS Color Level 4 specifications.

WebStorm 2026.1 is available via the Toolbox App or direct download from jetbrains.com/webstorm/download.

Related articles

More coverage with overlapping topics and tags.

Bun Ships v1.3.11 with Native OS-Level Cron and Joins Anthropic's AI Coding Stack
typescript

Bun Ships v1.3.11 with Native OS-Level Cron and Joins Anthropic's AI Coding Stack

Bun v1.3.11 drops a 4MB smaller binary, ships Bun.cron for OS-level scheduled jobs, and marks a pivotal moment as the runtime joins Anthropic to power Claude Code and future AI coding tools.
TypeScript 6.0 Ships: The Last JavaScript-Based Release Before the Go Rewrite
typescript

TypeScript 6.0 Ships: The Last JavaScript-Based Release Before the Go Rewrite

Microsoft ships TypeScript 6.0 as the final release built on the original JavaScript codebase. DOM type updates, improved inference, subpath imports, and a migration flag set the stage for the native Go-based TypeScript 7.0.
Claude Code Went from Zero to #1 in Eight Months: The 2026 AI Coding Tool Showdown
ai

Claude Code Went from Zero to #1 in Eight Months: The 2026 AI Coding Tool Showdown

By early 2026, Claude Code held a 46% 'most loved' rating among developers, leaving Cursor at 19% and GitHub Copilot at 9%. But love ratings and usage rankings don't tell the whole story. Here's what each tool actually does well, and when to use which.

Comments

Log in Log in to join the conversation.

No comments yet. Be the first to share your thoughts.