Verbessern Sie Ihre Angular-Entwicklung mit leistungsstarken neuen Funktionen

Januar 2, 2024
WebStorm 2023.3 bietet eine strenge Typprüfung, eine Ablaufsteuerung und Unterstützung für Angular Signals.

Auf Englisch weiterlesen:

JetBrains WebStorm is a powerful and modern Integrated Development Environment (IDE) specifically designed for web development. It offers a feature-rich environment that supports popular web technologies like JavaScript, HTML, CSS, and Node.js. WebStorm helps you write cleaner, more efficient code with features like syntax highlighting, autocompletion, code refactoring, and built-in testing tools. It integrates seamlessly with various web frameworks and libraries, making it a versatile choice for both front-end and back-end development.

Version 2023.3 is a major release for Angular developers, including:

  • Angular Signals Support: WebStorm gains support for Signals, a new feature in Angular 17 that allows you to communicate between components without using a service. This can make your code cleaner and easier to maintain.
  • Strict Template Type Checking: WebStorm now includes stricter template type checking, meaning that it can catch more errors in your templates, such as typos in property names.
  • Standalone Components: WebStorm adds support for standalone components , a new type of component in Angular that can be used without being declared in an NgModule. This can make your code more modular and easier to test.
  • New Inspections: WebStorm includes a number of new inspections and quick fixes for Angular. For example, it can now help you fix standalone components.

To see a full list of what's new in version 2023.3, see our release notes.

WebStorm is licensed per user, and is available as a commercial annual subscription license. We can supply new subscriptions, subscription renewals (including continuity discounts), lapsed renewals, and additional user licenses. See our WebStorm licensing page for full details.

For more information, visit our WebStorm product page.