Ankushjangid18
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Ankushjangid18 created a post, CompletedPlugin dependency causes linkage error
Hi, so I am developing a plugin A that depends on another plugin. I have added it like this: intellij { plugins.set(listOf("com.google.idea.bazel.ijwb:${bazelVersion}") + properties("platformPl... -
-
Ankushjangid18 created a post, AnsweredOptional dependency on bazel plugin
Hi, I am developing a plugin that builds the project for user in case a feature is invoked. For gradle/maven, I am using ProjectTaskManager to get a module build task, and then I run it like this ... -
Ankushjangid18 created a post, AnsweredHow to find Java version of project
I am working on a plugin that doesn't work well with projects if java version of project is less than 8. How can I determine the java version that is being used for a project? AFAIK its different f... -
-
Ankushjangid18 created a post, AnsweredReformatCodeProcessor does not take editorConfig into consideration
I am using ReformatCodeProcessor to reformat a piece of code via program, but it doesn't take editorConfig into consideration. Is it the correct way to format or is there another way to use editor ... -
Ankushjangid18 created a post, AnsweredReformat Code/Optimize Imports programmatically
Hi, I am creating a plugin where I have some string that I will eventually save into a java file. Before saving I wanted to basically reformat and optimize imports in the string (taking into accoun...