Zaerymoghaddam
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 3
-
Created What's the process to have a new plugin bundled with Intellij Community release
AnsweredHi As part of the https://github.com/MicroShed group on GitHub who's working on tools around Java MicroProfile spec, we've developed the MicroProfile Starter Intellij plugin last year. Now we want ... -
Edited Unable to create a custom maven based module type
AnsweredHi Sorry for such a long question. Unfortunately I couldn't find any similar cases (with an answer) in the forum. I'm working on a plugin for Eclipse MicroProfile Starter. It's mainly a module type... -
Edited Accessing com.intellij.openapi from Gradle based plugin project
AnsweredHi I'm working on a Gradle-based plugin and I need to access classes in java openapi module (e.g. classes like StdModuleTypes or JavaModuleBuilder). But I don't know how to add a dependency to that...