Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anna Kozlova
Total activity
1422
Last activity
June 12, 2023 14:16
Member since
October 25, 2005 10:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
503
Activity overview
Articles (0)
Posts (0)
Comments (919)
Sort by recent activity
Recent activity
Votes
Created
November 13, 2017 09:11
Hi Daniel, the `ReferenceSearch` should be there. It looks like the IDEA SDK is broken, could you try to recreate it from scratch? Anna
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceSearch doesn't exist in Android Studio?
0 votes
Created
November 13, 2017 09:08
Hi Karl, problemsHolder contains a file where the problems are collected, argument of a `registerProblem` method is expected to be inside a file. Actually local inspections are not supposed to high...
Community
IntelliJ IDEA Open API and Plugin Development
Registering problem with a Java class different than the one being visited
0 votes
Created
November 13, 2017 09:00
Hi Andrew, Then, it looks like, you don't need an annotator but an inspection is a right choice. You would allow a user to configure the suggestions and quick fixes could be performed in batch for ...
Community
IntelliJ IDEA Open API and Plugin Development
Annotations vs. Inspections
0 votes
Created
November 09, 2017 09:48
Hi, we think of inspections as something which can be disabled, annotations - something which can't, something like compiler errors. What kind of problems do you have? Anna
Community
IntelliJ IDEA Open API and Plugin Development
Annotations vs. Inspections
0 votes
Created
November 07, 2017 12:34
Please use overload with textRange for the task and use the psiMethod as element Anna
Community
IntelliJ IDEA Open API and Plugin Development
Can't underline method signature in inspection
0 votes
Created
November 06, 2017 08:42
2017.2.5 bundles junit 5.0.0 thus you need additional dependencies when you try to run with older M4 (as stated in the junit 5 user guide, the problem is that until released they were not backward/...
Community
IntelliJ IDEA Users
[SOLVED] JUnit tests fail with "Emtpy test suite" and exception from LoggerFactory IntelliJ 2017.2.5
0 votes
Created
November 02, 2017 09:25
Hi Brian, normally you don't need to do that and we use action toolbars filled with actions and then buttons will be automatically created for us. Is it the case for you or what kind of button do y...
Community
IntelliJ IDEA Open API and Plugin Development
Getting custom action programmaticly
0 votes
Created
November 02, 2017 09:23
So I see here 2 places where the code could be improved: 1. you can replace the first 3 lines with ```PsiClass newClass = (PsiClass)javaFile.add(psiClass.copy())``` 2. you can call ```psiReference....
Community
IntelliJ IDEA Open API and Plugin Development
Psi replace Generics types
0 votes
Created
November 02, 2017 09:12
I guess you want to hook inside inspection, not intention. And I don't see how you can do it without providing an extension point to the inspection itself, say introducing a special 'format' annota...
Community
IntelliJ IDEA Open API and Plugin Development
Feasability? A plugin to configure intentions through custom annotations
0 votes
Created
October 25, 2017 16:39
Please attach jstack or just take thread dumps if you start your plugin under debug (or just pause during debug session): you'll see what does the AWT thread.
Community
IntelliJ IDEA Open API and Plugin Development
Android Studio Plugin Error: NoClassDefFoundError: javafx/embed/swing/JFXPanel
0 votes
«
First
‹
Previous
Next
›
Last
»