

idea/externalDependencies.xml file of your project. The list of required plugins is stored in the. To specify the required version of DataGrip itself, add IDE Core to the list of required plugins. Optionally, specify the minimum and maximum version of the plugin. On the Required Plugins page, click and select the plugin. Press Ctrl+Alt+S to open the IDE settings and select Tools | Build | Required Plugins. Make sure the required plugin is installed. Add a required plugin for your current project It will notify you if you forget about some plugin, or someone on your team is not aware about the dependency as they work on the project. You can add such plugins to the list of required plugins for the current project, so that DataGrip will verify that the plugins are installed and enabled. Required pluginsĪ project may require plugins that provide support for certain technologies or frameworks. You can disable or enable all manually installed plugins at once (non-bundled) in the menu under. Open the Installed tab, find and select the plugin that you want to disable.Ĭlick on the plugin's description pane and select Disable.Īlternatively, you can use the checkboxes in the list of plugins or the Disable all buttons for plugin categories. You can disable a plugin without removing it if you do not need the corresponding functionality. Open the Installed tab and find the plugin that you want to remove.Ĭlick on the plugin's description pane and select Uninstall. For more information, refer to Shell scripts generated by the Toolbox App. You can find the scipt name and location in Toolbox App, in the IDE settings. If you are using the Toolbox App, you can run this command using the shell script generated by Toolbox App. PluginId is a short name of the plugin you want to install.
DATAGRIP REDIS INSTALL
Quit the IDE on which you want to install the plugin.įrom the JetBrains Marketplace page, find a page of the required plugin, select the Versions tab, and click any version to copy pluginId.
DATAGRIP REDIS ARCHIVE
Select the plugin archive file and click OK.Ĭlick OK to apply the changes and restart the IDE if prompted. On the Plugins page, click and then click Install Plugin from Disk…. Install plugin from diskĭownload the plugin archive (ZIP or JAR).

For example, you can do it if the most recent version of the plugin is broken.
DATAGRIP REDIS DOWNLOAD
To install a specific version, go to the plugin page in the JetBrains Plugin Repository, download and install it as described in Install plugin from disk. To install the plugin, click Install and restart DataGrip. Install plugin from MarketplaceĬlick the Marketplace tab and type the plugin name in the search field. You can install additional plugins from the plugin repository or from a local archive file (ZIP or JAR). You can disable bundled plugins, but they cannot be removed. For more information, see Develop your own plugins.īy default, DataGrip includes several bundled plugins. If existing plugins do not provide some functionality that you need, you can create your own plugin for DataGrip. If your database depends on certain plugins, add them to the list of required plugins. If a plugin depends on some other plugin, DataGrip will notify you about the dependencies. Some are limited only to commercial products, others require a separate license. Most plugins can be used with any JetBrains product. Disabling unnecessary plugins can increase performance. Use the Installed tab to browse bundled and installed plugins, enable, disable, update, or remove them. Use the Marketplace tab to browse and install plugins from the JetBrains Plugin Repository or from a custom plugin repository. Press Ctrl+Alt+S to open the IDE settings and select Plugins.
