Ankushjangid18
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created Plugin dependency causes linkage error
CompletedHi, 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... -
Created Optional dependency on bazel plugin
AnsweredHi, 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 ... -
Created How to find Java version of project
AnsweredI 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... -
Created ReformatCodeProcessor does not take editorConfig into consideration
AnsweredI 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 ... -
Edited Reformat Code/Optimize Imports programmatically
AnsweredHi, 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...