How do I create a Maven project library from within an IntelliJ plugin?
I’m attempting to copy a global maven library to the project level, using the IntelliJ plug-in API.
How do I create a Maven project library from within an IntelliJ plugin?
I’m attempting to copy a global maven library to the project level, using the IntelliJ plug-in API.
How do I create a Maven project library from within an IntelliJ plugin?
I’m attempting to copy a global maven library to the project level, using the IntelliJ plug-in API.
How to dynamic change component of idea setting dialog
In my IDEA plugin, I hava implement the Configurable to create a settings dialog.
In the method createComponent, I hava create a component A contains a JBCheckBox, it use an actionListener, when it is choosed, the component will remove two LabeledComponent in A.
Intellij-plugin: Deficient PATH environment variable
I am writing JB IDE plugin (idea, webstorm etc)
Inside of the plugin I am using ProcessBuilder to invoke npx command
YAML Completion and inline documentation using Json Schema?
IntelliJ supports a way to configure Json Schema from settings.
How do I override Intellij plugin BasePlatformTestCase to use a different plugin.xml file when running tests
When developing an intellij plugin I have a plugin.xml
file with certain postStartupActivity
entries that slow down and freeze up the tests. If I remove this entry the tests pass immediately. Its not necessary this runs for the tests.. how can I remove this specifically when running tests.