惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
量子位
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Google DeepMind News
Google DeepMind News
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
雷峰网
雷峰网
I
InfoQ
罗磊的独立博客
博客园 - 聂微东
酷 壳 – CoolShell
酷 壳 – CoolShell
大猫的无限游戏
大猫的无限游戏
D
Docker
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC
博客园 - 三生石上(FineUI控件)
The GitHub Blog
The GitHub Blog
K
Kaspersky official blog
P
Privacy & Cybersecurity Law Blog
S
SegmentFault 最新的问题
T
Threat Research - Cisco Blogs
H
Help Net Security
小众软件
小众软件
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
CERT Recently Published Vulnerability Notes
WordPress大学
WordPress大学
T
Tenable Blog
T
The Blog of Author Tim Ferriss
C
Cisco Blogs
Simon Willison's Weblog
Simon Willison's Weblog
博客园 - Franky
A
Arctic Wolf
T
Threatpost
Scott Helme
Scott Helme
C
Cybersecurity and Infrastructure Security Agency CISA
D
Darknet – Hacking Tools, Hacker News & Cyber Security
T
The Exploit Database - CXSecurity.com
G
GRAHAM CLULEY
Security Latest
Security Latest
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
V
Vulnerabilities – Threatpost
P
Privacy International News Feed
S
Schneier on Security
Latest news
Latest news
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Cyber Attacks, Cyber Crime and Cyber Security
C
CXSECURITY Database RSS Feed - CXSecurity.com

JetBrains News

What's New in DataSpell 2026.1 TeamCity: the Hassle-Free CI/CD Tool by JetBrains YouTrack: Project management for all your teams PhpStorm: The PHP IDE by JetBrains What's New in PhpStorm 2026.1 What’s New in PyCharm 2026.1 – Rethink How You Build and Scale What’s New in PyCharm 2026.1 – Rethink How You Build and Scale What's New in PhpStorm 2026.1 What's New in PhpStorm 2026.1 What's New in PhpStorm 2026.1 What's New in PhpStorm 2026.1 What's New in PhpStorm 2026.1 AppCode: Smart Swift/Objective-C IDE for iOS & macOS Development AppCode: Smart Swift/Objective-C IDE for iOS & macOS Development What's New in CLion 2026.1 CLion: A cross-platform IDE for C and C++ WebStorm: The JavaScript and TypeScript IDE, by JetBrains Rider: the cross-platform .NET and game development IDE from JetBrains Download ReSharper: Visual Studio Extension for .NET Devs dotMemory: a Memory Profiler & Unit-Testing Framework for .NET by JetBrains Hub: Identity management service for YouTrack and TeamCity Hub: Identity management service for YouTrack and TeamCity What's New in IntelliJ IDEA What's New in ReSharper What's New in DataGrip 2026.1 What's New in Rider What's New in GoLand 2026.1 What’s New in YouTrack 2026.1 JetBrains: Essential tools for software developers and teams What's New in RubyMine 2026.1 Free PyCharm For Students Free PyCharm For Students JetBrains: Essential tools for software developers and teams What's New in TeamCity 2026.1 | TeamCity On-Premises What's New in IntelliJ IDEA Security update for IntelliJ-based IDEs v2016.1 and older versions | The JetBrains Blog JetBrains: Essential tools for software developers and teams Monthly and yearly plans with JetBrains Toolbox Free PyCharm For Students What's New in dotMemory What's New in dotPeek What’s New in YouTrack 2026.1 What's New in RubyMine 2026.1 What's New in ReSharper
What’s New in WebStorm 2026.1
2024-04-04 · via JetBrains News

Modern frontend applications are becoming larger, more modular, and increasingly TypeScript-heavy. WebStorm 2026.1 focuses on helping you stay productive in these environments by strengthening the IDE’s TypeScript foundation, expanding support for the evolving frontend ecosystem, and further optimizing the IDE for large-scale React and TypeScript projects.

Highlights of this release include:

AI-powered development

  • Junie, Claude Agent, and Codex available directly in the AI chat
  • ACP Registry for discovering and installing more agents
  • Next edit suggestions

A more reliable TypeScript experience

  • Service-powered TypeScript engine enabled by default
  • Alignment with TypeScript 6
  • String-literal import/export support

Framework and ecosystem updates

  • Highlighting for new React directives
  • Angular 21 template syntax
  • Vue TypeScript integration updates
  • Astro language server configuration
  • Svelte generics support
  • Support for modern CSS color spaces

AI

Junie, Claude Agent, and Codex available directly in the AI chat

In addition to Junie, Claude Agent, and most recently Codex, WebStorm now lets you work with more AI agents directly in the AI chat.

ACP Registry

You can also choose from agents such as GitHub Copilot, Cursor, and many others supported through the Agent Client Protocol (ACP). The new ACP Registry makes discovering and installing these agents straightforward. Instead of having to manually configure integrations, you can browse available agents and install them in just one click.

Next edit suggestions

Next edit suggestions are now available without consuming the AI quota of your JetBrains AI Pro, Ultimate, and Enterprise subscriptions. These suggestions go beyond traditional code completion for JavaScript, TypeScript, HTML, and CSS. Instead of updating only what’s at your cursor, they intelligently apply related changes throughout the file, helping you keep your code consistent and up to date with minimal effort.

This natural evolution of code completion delivers a seamless Tab Tab experience that keeps you in the flow.

TypeScript and JavaScript

A more reliable TypeScript experience

As TypeScript projects grow, keeping an in-IDE type engine both accurate and performant becomes increasingly difficult. WebStorm now uses its service-powered TypeScript engine by default, relying more directly on the official TypeScript language service for code insight.

For developers working in large projects, this means:

  • More accurate type inference.
  • Faster code analysis thanks to more efficient CPU usage.
  • Better consistency between the IDE and the TypeScript compiler.

The result is a smoother editing experience and fewer mismatches between what the IDE reports and what your build actually produces.

Alignment with TypeScript 6

Recent TypeScript releases introduced several changes to compiler defaults that can easily lead to subtle differences between build behavior and the IDE’s code insight.

In WebStorm 2026.1, project configuration aligns with these changes. For example:

  • The IDE now follows the updated default behavior for the types option, avoiding the automatic inclusion of all packages from node_modules/@types.
  • Project structure assumptions now match TypeScript’s updated rootDir default.
  • The IDE's approach to сonfiguration reflects the ecosystem’s shift away from baseUrl toward explicit paths mappings.

These updates help ensure that what you see in the editor matches how TypeScript actually resolves types in your project.

String-literal import/export support

WebStorm now offers support for string-literal import and export specifiers, enabling custom export names with full code insight and refactoring support.

                                    export { a as "a-b" };
                                    import { "a-b" as a } from "./file.js";
                            

Framework and ecosystem updates

Highlighting for new React directives

React projects benefit from improved highlighting of the new use memo and use no memo directives.

These directives are now treated consistently alongside existing ones, such as use client and use server, making it easier to understand component behavior at a glance.

Angular 21 template updates

Angular templates have become more powerful in recent versions, allowing more complex expressions directly inside template code.

WebStorm now supports several additions introduced in the Angular 21.x releases, including arrow functions, instanceof checks, regular expressions, and spread syntax inside template expressions. These capabilities make templates more flexible while preserving full IDE support for navigation, inspections, and code insight.

Vue

WebStorm 2026.1 integrates the updated @vue/typescript-plugin, improving TypeScript support and code insight inside .vue components. This keeps WebStorm aligned with the evolving Vue tooling ecosystem and ensures smoother TypeScript interoperability.

Astro

Astro projects now support a JSON configuration field that allows you to pass settings directly to the Astro language server. This provides better control over how the language server analyzes your project and aligns WebStorm with Astro’s growing ecosystem.

Svelte

WebStorm 2026.1 adds support for the generics attribute in <script> tags, enabling navigation, the use of the Rename refactoring, and usage search for generic type parameters. The IDE also introduces support for the @attach directive and updates the bundled Svelte language tooling.

CSS

WebStorm now understands the modern color() CSS function and recognizes values across predefined color spaces.

This enables accurate color previews, validation, and improved support for advanced color workflows beyond the traditional sRGB.

Stay tuned

This version also includes numerous improvements to performance, framework integrations, and overall IDE reliability. For the complete list of changes, see the full release notes. Update to WebStorm 2026.1 today to explore the latest improvements, and be sure to share your feedback.