octavarium
octavarium

Reputation: 45

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?

Upvotes: 2

Views: 529

Answers (1)

CrazyCoder
CrazyCoder

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

Related Questions