Ankushjangid18
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
Ankushjangid18 创建了一个帖子, 已完成Plugin 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 创建了一个帖子, 已回答Optional 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答ReformatCodeProcessor 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 创建了一个帖子, 已回答Reformat 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...