EdHurtig / chef-jetbrains

Chef cookbook for installing Jetbrains IDE products on Linux
1 stars 2 forks source link

installing plugins #1

Open pheenomenon opened 6 years ago

pheenomenon commented 6 years ago

Hi, was wondering if you are aware of any way to remotely configure plugins in intelliJ. We are looking for options to install & configure few plugins after intelliJ is installed via chef. Eclipse has oomph which helps achieve this purpose. For instance: want to install & configure SonarLint plugin on intelliJ and configure it to connect to a remote SonarQube server. Any pointers will help.

espoelstra commented 6 years ago

I have a suspicion that if you drop them into the correct path before launching the IDE it will detect them and prompt you to enable/configure them on first open but I haven't tested this theory yet.

http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_content.html

And for the configuration, http://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_configuration_file.html

espoelstra commented 6 years ago

A couple more notes that might be related if you are wanting to manage the plugin repository sources and/or cache them through something like Artifactory or Nexus.

https://www.jetbrains.com/help/idea/managing-enterprise-plugin-repositories.html

http://www.jetbrains.org/intellij/sdk/docs/plugin_repository/api/maven_interface.html