Search code examples
intellij-ideaintellij-pluginintellij-14

How to export Required Plugins functionality in IntelliJ?


There is a function in ItelliJ which is Required Plugins. I want to make plugin X required in our project, so our team will be prompted to install it. Is there a way to do that?


Solution

  • Required plug-ins are saved in the project inside .idea/externalDependencies.xml file which can be shared via the version control.