WebStorm 2025.3.2

Released: Jan 22, 2026

2025.3.2 での更新項目

機能

  • Code Parsing
    • Updating indexing may get stuck at json file in o3de project.
  • Code completion
    • Code completion doesn't work in yarn pnp project.
  • Imports
    • WebStorm does not auto import from root node_modules with TurboRepo and PNPM workspaces.
    • Wrong import for Link Next.js component.
  • Intentions, Inspections
    • CSS: performance problems with tag names provider.
  • LSP, TypeScript LS
    • Optimize attribute completion with SPTE.
    • typescript-go doesn't work when using pnpm.
    • Lost symbol information in completion documentation popup.
    • Support property name completion in TSGo.
  • Navigation, Type checking, Usages
    • Finding usages broken for JavaScript methods starting with #.
    • Typescript wrong code completion with type discriminated union.
    • Find Usages do not work in a monorepo with reusable tsconfig.
    • Option to limit depth of JS/TS eval.
  • Run-Debug
    • Unable to search in Debugger Console.
    • Improve UX for 'Copy Value' action.
    • Retrying connections to the browser does not actually work.
    • Stop debugging session when closing the tab being debugged.
    • Text in run console is shifted when using Bun run configuration.
  • Syntax highlighting
    • Detection of the 'use no memo' and 'use memo' directives.
  • No subsystem
    • Added Solid and Qwik to Vite templates.
    • Rewrite TypeScriptPackageJsonExternalDefinitionsContributor to coroutines.

不具合の修正

  • No subsystem
    • CodeCompletion missing in ts files.
    • Fixed TypeScriptDocumentationServiceEvaluationTest.
    • Deadlock in PsiPolySymbolReferenceProviderImpl: holding ConcurrentHashMap.computeIfAbsent lock.
    • Eslint not working.