Reputation: 45
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?
Upvotes: 2
Views: 529
Reputation: 401897
Required plug-ins are saved in the project inside .idea/externalDependencies.xml
file which can be shared via the version control.
Upvotes: 2