WebStorm 2025.2.4

Released: Oct 24, 2025

2025.2.4 での更新項目

機能

  • Added support for ES6 inside jade templates and mixins.
  • Astro: Added support for expressions in HTML raw text content.

不具合の修正

  • Code Parsing
    • pug plugin does not accept default values in mixins.
  • Code completion
    • Angular 17: Code completion is not narrowed properly.
    • After updating to React 19, code completion for some UI libraries based on Web Components no longer works properly.
  • Imports
    • TypeScript 5.0: "allowImportingTsExtensions" should override behavior with type:module in package.json.
    • Autocomplete replaces chosen .mts with .mjs.
    • Typescript 5.9 import defer code optimization; imports optimization; import defer is removed.
  • Intentions, Inspections
    • Create parameter intention's preview throws exception.
    • Suppress unused local variable warnings for template binding variables prefixed with underscore.
  • LSP, TypeScript LS
    • Reka UI type hinting issue.
  • Refactorings
    • Angular: Issues regarding protected variables in templates.
  • No subsystem
    • pug: support var const let in unbuffered code.
    • Astro project highlights HTML markup incorrectly as invalid when using {truthy && }.
    • Hard wrap/Visual guide HTML settings aren't respected in .html and .vue files with "vitejs/plugin-vue" project dependency.
    • Properties animate.enter and animate.leave are not recognised.