Running IntelliJ without UI
Hi:
We're writing a plugin that helps us to update our codebase from one version of our framework to the next. The plugin consists of actions that updates source code with updated functions/structures. We'd like to run this plugin as part of our CI process and I'm wondering if it's possible to run IntelliJ and execute actions in a completely non-interactive mode.
Please sign in to leave a comment.
Hey Chris,
you might want to check my post Create standalone parser from plugin-code. Currently the CoreEnvironment is buggy as described in this post.
Cheers
Patrick