Home > Blockchain >  How to export Required Plugins functionality in IntelliJ?
How to export Required Plugins functionality in IntelliJ?

Time:10-22

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?

CodePudding user response:

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

  • Related