Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vicky D
Total activity
96
Last activity
January 24, 2022 19:15
Member since
March 30, 2017 06:33
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
30
Activity overview
Posts (14)
Comments (51)
Sort by recent activity
Recent activity
Votes
Created
November 08, 2018 20:43
Same for me. Cleaning gradle cache got me past this. Cleaning Intellij localHistory did not help. Thanks
Community
IntelliJ IDEA Open API and Plugin Development
java.io.IOException: Recursive records found gets thrown every time
0 votes
Created
October 02, 2018 22:45
The problem was in a helper class where it was not returning the correct element name. Works fine after fixing that.
Community
IntelliJ IDEA Open API and Plugin Development
Annotator shows errors which disappear and appear intermittently
0 votes
Created
September 12, 2018 00:59
bump
Community
IntelliJ IDEA Open API and Plugin Development
Annotator shows errors which disappear and appear intermittently
0 votes
Edited
July 24, 2018 00:13
-------Update------- (updated the description too above with this comment) I saw another answer on the forum and found that I can use the BuilderService constructor to initlialize some stuff. Is th...
Community
IntelliJ IDEA Open API and Plugin Development
How to do expensive stuff in Jps Build Process before compiling
0 votes
Created
July 16, 2018 19:40
I am glad to have found out this question and the response from Alex. But I think I am still not clear on one things. I have a util class which has a method with Debug statement. Everytime an actio...
Community
IntelliJ IDEA Open API and Plugin Development
com.intellij.openapi.diagnostic.Logger debug() statements are not visible in the console
1 vote
Created
July 03, 2018 22:00
Were you able to resolve this? I have similar problem
Community
IntelliJ IDEA Open API and Plugin Development
Different ClassLoaders + Gradle dependencies
0 votes
Edited
June 20, 2018 02:39
This is working now. Not sure what changed exactly (except the qualified name and not having the area attribute... which i tried earlier) <extensionPoints> <extensionPoint qualifiedName="org.gw....
Community
IntelliJ IDEA Open API and Plugin Development
Missing extension point: in area null
0 votes
Created
June 19, 2018 21:27
I have tried it the following way as well i.e. with qualified name. Also have tried to remove the area attribute but same result <extensionPoint qualifiedName="org.gw.swagger.customFormatValues" in...
Community
IntelliJ IDEA Open API and Plugin Development
Missing extension point: in area null
0 votes
Edited
June 04, 2018 12:10
Thanks for the hint. Upon trying, found out that it may not work with Java 8 This makes it work (to have it in build.gradle) but not sure if it is proper/safe solution compileJava { options.fork...
Community
IntelliJ IDEA Open API and Plugin Development
How to customize the mac specific menu items
0 votes
Created
February 01, 2018 00:27
Hi Kyle Could you tell where and how you used the SmartPsiElementPointer? Since it can return null, did you use the original PsiElement in case the smart pointer returned null? Thanks.
Community
IntelliJ IDEA Open API and Plugin Development
JUnit test not finding class added in library on 2017.3
0 votes
«
First
‹
Previous
Next
›
Last
»