EXE
WinGet
WebStorm (EAP)
JetBrains s.r.o. · 261.20362.32 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
WebStorm-261.20362.32.exe /S
Log
WebStorm-261.20362.32.exe /S /LOG="C:\Windows\Temp\WebStorm-261.20362.32.exe.log"
File Identity
Filename
WebStorm-261.20362.32.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
JetBrains.WebStorm.EAP
Version
261.20362.32
Description
The smartest JavaScript IDE
License
Freeware
↗
Upgrade Behavior
uninstallprevious(Uninstall previous first)
Elevation
elevationrequired(Required)
Release Notes
What's fixed:
- We've added support for string literals in import and export statements (WEB-72912).
- We've simplified the behavior of TypeScript type tooltips that appear on hover, so they show resolved object structures instead of raw internal Zod/Schema inference logic (WEB-76235).
- We've introduced support for TypeScript auto imports from directories that are referenced in paths (WEB-76366).
- We've improved the behavior of the JavaScript debugger, so the message dialog is closed on cancel…