Yasins5896
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 12
- 订阅数 7
-
Yasins5896 创建了一个帖子, 已回答AnnotationUtil for Kotlin?
Hello!There is a Util-Class com.intellij.codeinsight.AnnoationUtil which has useful functions like getting annotation parameter values etc. from a PsiAnnotation.I would like to know if there is an ... -
Yasins5896 进行了评论, -
-
Yasins5896 创建了一个帖子, 已回答myFixture does not have ToolWindows
Hello!When I try to run this code:String[] toolWindowIDs = ToolWindowManager.getInstance(myFixture.getProject()).getToolWindowIds();the array toolWindowIDs is empty, indicating that there are no to... -
Yasins5896 创建了一个帖子, 已回答Unit Testing Custom Toolwindow
Hello!I have created a custom toolwindow using the ToolWindowFactory and I couldn't find any documentation on how to Unit Test a toolwindow. Should I test the functionality/ the UI/ … and how shoul... -
Yasins5896 进行了评论, -
Yasins5896 创建了一个帖子, 已回答Use Spring Service in Plugin
Hello!I would like to know if you can dependency inject services into a custom IntelliJ Plugin.Thank you! -
Yasins5896 进行了评论, -
Yasins5896 进行了评论, -
Yasins5896 创建了一个帖子, 已回答How to write a Unit Test for Quick Documentation?
Hello!I have implemented a documentation provider and found this official link on how to test this feature:https://plugins.jetbrains.com/docs/intellij/documentation-test.htmlbut sadly the Documenta...