Update WebStorm
By default, WebStorm is configured to check for updates automatically and notify you when a new version is available. Updates are usually patch-based: they are applied to the existing installation and only require you to restart the IDE. However, sometimes patch updates are not available, and a new version of WebStorm must be installed.
When WebStorm updates to a new major release, it opens the What's New in WebStorm tab in the editor with information about the changes, improvements, and fixes. To open this tab manually, select Help | What's New in WebStorm.
If WebStorm does not have HTTP access outside your local network, it will not be able to check for updates and apply patches. In this case, you have to download new versions of the IDE and install them manually as described in Standalone installation.
If you installed WebStorm using the Toolbox App, it will suggest that you update the IDE when a new version is available.
Open the Toolbox App, click the Toolbox App menu icon in the top right corner, and select Settings.
In the Toolbox App Settings dialog, expand Tools and select Update all tools automatically.
If you disable this option, you will need to click Update next to any instance when a newer version comes out.
You can also configure the update policy for every managed IDE instance separately.
Open the Toolbox App, click next to the relevant IDE instance, and select Settings.
In the instance settings dialog, select the update channel to use for this IDE instance:
Release: Update only to stable releases that are recommended for production.
Early Access Program: Includes updates to release candidates , beta releases, and EAP builds, which are not recommended for production and include feature previews.
If you installed WebStorm manually, the standalone IDE instance will manage its own updates. It will notify you when a new version is available. You can choose to update the current instance, download and install the new version as a separate instance, postpone the notification, or ignore the update entirely.
warning
On Linux, it is not recommended to manually update an existing standalone WebStorm installation to a newer major version. You should always extract the downloaded tarball to a clean directory. For more information, refer to Standalone installation.
If you installed WebStorm using root privileges, you should use the same level of privileges to update the IDE.
To manage the WebStorm update policy, open Settings and select Appearance & Behavior | System Settings | Updates.
note
If the IDE instance is managed by the Toolbox App, these settings will affect only plugin updates.
The Updates page contains the following settings:
Item | Description |
---|---|
Check IDE updates for | Select whether you want WebStorm to check for updates automatically and choose an update channel.
|
Check for plugin updates | Select whether you want WebStorm to check for new versions of plugins automatically. |
Check for Updates | Manually check for updates immediately. If there are updates available, you will see the same dialog as when the IDE checks for updates automatically.
|
Manage ignored updates | Show the list of updates that were ignored. These updates will not be suggested until you remove them from the list of ignored updates.
|
Show What's New in the editor after an IDE update | Open a tab with information about new features and improvements after a major IDE update. |
If you installed WebStorm as a snap package, it will receive automatic background updates along with other snaps every day.
To update only the WebStorm snap manually at any time, run the following command:
$sudo snap refresh webstorm
To disable automatic updates of the WebStorm snap:
$snap refresh --hold webstorm
For more information about managing snap updates, refer to the Snapcraft documentation