Yasins5896
- 活动总数 35
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 12
- 订阅数 7
-
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 Use Spring Service in Plugin
已回答Hello!I would like to know if you can dependency inject services into a custom IntelliJ Plugin.Thank you! -
已编辑于 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... -
创建于 How to safely access the textual presentation of an InlayHint?
已回答Hello!I am currently developing a plugin and need to get acces to the text inside a DeclarativeInlayHint.I have found a solution (see the code below) BUT the class InlayDumpUtil as well as InlayPre... -
创建于 Is it possilbe to add a custom dialog for Moving Files?
已回答I am developing my own plugin and when I try to move a file, a dialog pops up. Sometimes, the checkbox "Search for references" is deselected and I would like to have it selected every time a user o...