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.