Save the downloaded file in the desired location. Open the downloaded file. A message pops up on the screen which says verifying and opening. After this screen pops up, drag and drop the IntelliJ to the Applications folder. After dragging and dropping it into the applications folder, the following screen is obtained:.
Installation on Linux: Similar to the above steps, select Linux on the download page. The name of the downloaded bundle was ideaIC After downloading:. Skip to content. Change Language. Related Articles. Table of Contents. If your project depends on certain plugins, add them to the list of required plugins. If existing plugins do not provide some functionality that you need, you can create your own plugin for IntelliJ IDEA.
For more information, see Develop your own plugins. You can disable bundled plugins, but they cannot be removed. Find the plugin in the Marketplace and click Install.
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. For example, you can do it if the most recent version of the plugin is broken. On the Plugins page, click and then click Install Plugin from Disk.
Select the plugin archive file and click OK. Open the Installed tab and find the plugin that you want to remove. Click on the plugin's description pane and select Uninstall. You can disable a plugin without removing it if you do not need the corresponding functionality. Open the Installed tab, find and select the plugin that you want to disable. Click on the plugin's description pane and select Disable. Alternatively, you can use the checkboxes in the list of plugins or the Disable All buttons for plugin categories.
You can disable or enable all manually installed plugins at once non-bundled in the menu under. A project may require plugins that provide support for certain technologies or frameworks.
You can add such plugins to the list of required plugins for the current project, so that IntelliJ IDEA will verify that the plugins are installed and enabled. 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. On the Required Plugins page, click and select the plugin. Click and select From Maven. In the next dialog, specify the library artifact for example, org.
If you don't know its exact name, enter the key words and click. You can also specify another library location, and select whether you want to download transitive dependencies, source files, Javadoc files, or annotations.
You can also configure a custom remote repository. If you want to include only specific transitive dependencies, you can use the library properties editor. Select the necessary Maven library and click. In the next dialog, click Edit , and then click Configure next to the Include transitive dependencies option. Select the dependencies you want to include in the library and click OK.
This is helpful if you want to extend its scope of usage. For example, use this procedure if you want to use a module library across the project or the entire IDE. You can create a copy of a library on a lower level. For example, use this procedure if you want to add more classes to a project library, but you want to use them in one module only.
You can exclude folders, archives for example, JARs and folders within archives. Classes from excluded packages won't be shown in code completion suggestion lists, references to such classes will be shown in the editor as unresolved, and so on. However, when you compile or run your code, a library will still be used as a whole, irrespective of whether there are excluded items in that library or not.
Click and select the library items that you want to exclude. Excluded items will be marked with the icon. To return library items to their original state, remove the excluded items.
0コメント