WebStorm 新版本发表

Released: Apr 4, 2024

2024.1 中的更新

特性

Key Highlights

  • Sticky lines - This release includes sticky lines to help you navigate large files without losing context. This feature pins key structural elements like function or class declarations to the top of your editor as you scroll. You can customize the feature in Settings | Editor | General | Appearance.
  • Quick documentation improvements - The quick documentation popup comes with improved functionality in this release. It supports syntax highlighting for code blocks and is integrated...

Released: Mar 25, 2024

2023.3.6 中的更新

修补程序

  • Introduced a workaround to reduce the probability of IDE crashes after updating to Apple macOS Sonoma 14.4.

Released: Mar 15, 2024

2023.3.5 中的更新

修补程序

  • Fixed the issue causing erratic screen scaling on Linux.
  • Fixed the issue with update options being shown for disabled plugins.

Released: Feb 16, 2024

2023.3.4 中的更新

修补程序

  • Fixed the issue causing errors thrown outside Vitest tests to not be reported.
  • Addressed the issue with the Settings Sync functionality, and now, instead of reporting an authorization problem, the IDE prompts you to log in with your JetBrains Account.
  • Customizing inspection severities is once again accessible in Settings | Editor | Inspections.
  • Addressed several issues that were occurring when working with the HTTP Client.

Released: Jan 26, 2024

2023.3.3 中的更新

特性

  • Added syntax highlighting for React Client and Server components. Client components and Server components are now highlighted in different colors, to make it easier to tell them apart. You can also customize the highlighting colors.
  • Added support for CSS in inline Angular styles.
  • Added support for the styleUrl property.
  • Added support for the new input() signal syntax.
  • Added support for the <search> HTML element.

修补程序

  • Fixed the issue with unclickable file paths in the terminal. Now, when...

Released: Dec 21, 2023

2023.3.2 中的更新

特性

  • Added support for Angular 17 new control flow block syntax.

修补程序

  • Fixed the issue causing WebStorm to lose file names in file templates.
  • Fixed several HTTP Client related issues.
  • Fixed the issue causing WebStorm to show a blank window when opening a second project in full-screen mode on macOS.
  • When using borderless mode on Windows, WebStorm correctly restores the position of a window that had previously been snapped to one side of the screen.
  • Fixed the issue causing WebStorm to crash on...

Released: Dec 12, 2023

2023.3.1 中的更新

特性

  • Added the opportunity to check the access status for users with corporate IDE licenses from the AI Assistant tool window.

修补程序

  • Fixed a bug preventing users from logging in to AI Assistant.

Released: Dec 6, 2023

2023.3 中的更新

特性

Key Highlights

  • Improved Angular support - Improved support for strict template type checking in Angular templates. Initial support for the new control-flow syntax from v17 and signals support has also been added, including live templates like signal, computed, and effect. There are also new quick-fixes available with Alt+Enter.
  • Updates to the Svelte plugin - Added built-in support for the TypeScript plugin to provide consistent highlighting and quick documentation for TypeScript files in your...

Released: Nov 13, 2023

2023.2.5 中的更新

修补程序

  • The IDE no longer encounters startup failures accompanied by the "Cannot connect to an already running IDE instance" error, which was previously triggered by improper termination of the previous session.

Released: Oct 26, 2023

2023.2.4 中的更新

修补程序

  • The list of directories is again correctly rendered in the Project tool window.