Yasins5896

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 12
- Subscriptions 7
-
Yasins5896 created a post, AnsweredAnnotationUtil 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 commented, -
-
Yasins5896 created a post, AnsweredmyFixture 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 created a post, AnsweredUnit 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 commented, -
Yasins5896 created a post, AnsweredUse Spring Service in Plugin
Hello!I would like to know if you can dependency inject services into a custom IntelliJ Plugin.Thank you! -
Yasins5896 commented, -
Yasins5896 commented, -
Yasins5896 created a post, AnsweredHow 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...