Ankushjangid18
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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 ... -
已编辑于 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...