WebStorm 2025.2.3

Released: Oct 2, 2025

Aggiornamenti in 2025.2.3

Correzioni

  • Code Parsing
    • Angular 20.2: Support as aliases on else if blocks.
  • Imports
    • Fix preact hook import from preact-hooks to preact/hooks.
    • Auto-import doesn't work with pnpm workspaces.
  • Intentions, Inspections
    • SVG: disable spell checking for base64 string literals.
    • Produce an inspection warning when .length is accessed on an uncalled signal.
  • LSP, TypeScript LS
    • Angular + TypeScript: TS2554 on conditional access + call in template.
    • Auto detection of tsgo is not working with pnpm as the package manager.
    • False TypeScript errors after importing 'FlexRenderDirective' from 'tanstack/angular-table'.
    • Node.js interpreter and package manager
    • 'pnpm install' notification is shown again and again.
  • Syntax highlighting
    • Inconsistent colors Html or Angular template.
  • Testing
    • Vitest Run Configuration fails with Yarn v4 PnP due to incorrect path resolution.
    • Playwright individual tests run broken in 2025.2.
  • No subsystem
    • Angular: Emmet does not work within at statements placed at template root.
    • 'Surround With' fails if the selection includes a trailing line break.
    • Extend selection in Angular control flow.
    • Angular: error with boolean inputs with generic directive.
    • Angular signal inputs (input()) not recognized as valid directive inputs in template.
    • Reformatting with prettier-plugin-organize-imports enabled weirdly moves the caret.
    • Prisma: update to 6.16.1.
    • Cursor jumps to different places on pasting or other actions with trivago/prettier-plugin-sort-imports plugin.
    • Improved memory allocations for TypeObjectPropertyDataMap.
    • Angular: issue with type guard inside event listener inside nested ifs.
    • Added popup for navigating between Angular component files.