Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installing plugins #1

Open
pheenomenon opened this issue Feb 12, 2018 · 2 comments
Open

installing plugins #1

pheenomenon opened this issue Feb 12, 2018 · 2 comments

Comments

@pheenomenon
Copy link

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
Copy link

espoelstra commented May 10, 2018

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants