WebStorm 2024.1.3

Released: May 23, 2024

Aggiornamenti in 2024.1.3

Funzionalità

  • Added standalone component pseudo-module constants support. This support primarily focuses on simplifying the auto-import process for components in Angular projects, as it will now provide the expected import suggestions and understand the directive, so you won't see false warnings.
  • Introduced new Stylus CSS support in the form of a new setting that allows you to select whether or not to use colons in the code and between property names and values, and it'll be used in Emmet. You can find this option in Settings | Editor | Style Sheets | Stylus. Please note you'll need to have the Stylus plugin installed.
  • Added Angular 17.3 signal outputFromObservable support.

Correzioni

  • Fixed the issue causing the options for TypeScript Use file extension: Never to be ignored when auto-importing with allowImportingTsExtensions enabled.
  • Fixed the issue causing a false TS7016 error on resolving a declaration file.
  • Fixed the issue causing Recent Configurations to not show in the Run Widget.