Plugins
Use this page to manage plugins: browse the plugin repository, install, remove, enable, disable, and update plugins.
Use this tab to browse and install plugins from JetBrains Marketplace.
If you want to browse your custom plugin repository, type repository: followed by the URL of the repository. For example:
repository:»http://plugins.example.com:8080/» myPlugin
Use this tab to browse your installed plugins, enable, disable, and remove them if necessary.
Configure additional plugin settings:
- Manage Plugin Repositories : Open the Custom Plugin Repositories Dialog. For more information, refer to Custom plugin repositories.
- HTTP Proxy Settings : Open the HTTP Proxy settings dialog.
- Install Plugin from Disk : Select the local archive file (ZIP or JAR) from which to install a plugin.
- Disable All Downloaded Plugins : Select to deactivate all the plugins showed in the list of the Downloaded plugins.
- Enable All Downloaded Plugins : Select to activate all the plugins showed in the list of the Downloaded plugins.
Required plugins
Use this page to specify plugins that are required for correct functioning of your project. WebStorm will ensure that the plugins that are necessary for your project to work will be available.
Click this icon to add a required plugin for your project. In the dialog that opens, specify the following options:
- Plugin — use this list to select a plugin that you want to add as required.
- Minimum version — use this field to specify the minimum version of the selected plugin.
- Maximum version — use this field to specify the maximum version of the selected plugin.
Click this icon to change the specified plugin or edit its version.
Click this icon to remove the specified plugin.
Install plugins from the command line
Install plugins by plugin ID from the JetBrains Marketplace or a custom plugin repository.
Installing plugins means putting them in the plugins directory. If you run this command on a fresh WebStorm installation, the IDE will not suggest importing the settings from the previous installation when you launch it for the first time, because the settings will no longer be empty.
You can find the executable for running WebStorm in the installation directory under bin . To use this executable as the command-line launcher, add it to your system PATH as described in Command-line interface.
webstorm64.exe installPlugins
Install a plugin with the ID com.example.myplugin from a custom repository http://plugins.example.com:8080/updatePlugins.xml :
webstorm64.exe installPlugins com.example.myplugin http://plugins.example.com:8080/updatePlugins.xml
By default, WebStorm does not provide a command-line launcher. For more information about creating a launcher script for WebStorm, refer to Command-line interface.
webstorm installPlugins
Install a plugin with the ID com.example.myplugin from a custom repository http://plugins.example.com:8080/updatePlugins.xml :
webstorm installPlugins com.example.myplugin http://plugins.example.com:8080/updatePlugins.xml
You can find the script for running WebStorm in the installation directory under bin . To use this script as the command-line launcher, add it to your system PATH as described in Command-line interface.
webstorm.sh installPlugins
Install a plugin with the ID com.example.myplugin from a custom repository http://plugins.example.com:8080/updatePlugins.xml :
webstorm.sh installPlugins com.example.myplugin http://plugins.example.com:8080/updatePlugins.xml
The developer of the plugin specifies a unique identifier for the plugin in plugin.xml – the plugin configuration file. If it is a public plugin, you can find its ID on the page of the plugin in JetBrains Marketplace. On the Versions tab, click the relevant version to view the plugin ID and other details.
Sublime Text
Плагин доступен для установки из Package Control по названию WebFont.
Вызов плагина осуществляется клавишами Ctrl+Alt+F.
Обновление списка шрифтов автоматически.
Поддерживаются Sublime Text >= 3.
Visual Studio Code
Установить плагин можно из списка плагинов в редакторе: File > Preferences > Extensions > Webfont. После установки перезапустить редактор.
Запуск плагина из контекстного меню или Command Palette
Обновление списка шрифтов автоматически.
WebStorm
Установить плагин можно из списка плагинов в редакторе: File > Settings > Plugins. После установки перезапустить редактор.
Вызов плагина осуществляется клавишами Ctrl+Alt+F.
Обновление списка шрифтов автоматически.
Поддерживаются WebStorm и PhpStorm.