在ItelliJ中有一个必需的插件函数。我想使插件X在我们的项目中所需的,所以我们的团队将被提示安装它。有没有办法做到这一点?
发布于 2021-10-20 18:19:49
Required plug-ins是保存在项目内部的.idea/externalDependencies.xml文件,可以是shared via the version control。
.idea/externalDependencies.xml
https://stackoverflow.com/questions/69651071
相似问题