Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
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
March 28, 2017 08:10
then TypeConversionUtil.getClassSubstitutor(method.getContainingClass(), psciClass, PsiSubstitutor.EMPTY).substitute(method.getReturnType()) Please note that it's the type of the return type of met...
Community
IntelliJ IDEA Open API and Plugin Development
resolve generic types
1 vote
Created
March 08, 2017 13:22
Hi Eugene, XmlTagRenameHandler doesn't work from structure view because it explicitly requires the editor (for the check com.intellij.xml.refactoring.XmlTagRenameHandler#isAvailableOnDataContext it...
Community
IntelliJ IDEA Open API and Plugin Development
Rename behavior is different between editor and structure view
1 vote
Created
January 12, 2017 08:44
Hi Simon, the test results are prepended with class names because the parent name is not the class name. The logic is encapsulated here com.intellij.execution.testframework.sm.runner.SMTestProxy#ge...
Community
IntelliJ IDEA Open API and Plugin Development
Changing the way a JUnit test description is generated (SMProxy.myName)
1 vote
Created
January 09, 2017 12:48
com.intellij.codeInsight.daemon.impl.HighlightInfo#registerFix allows to specify key corresponding to the inspection which register the fix. Without the fix (as far as I know), there is no direct i...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
1 vote
Created
January 09, 2017 09:29
Hi Andrei, there is com.intellij.openapi.editor.markup.MarkupModel which provides you with all highlighters provided on the document (which is open in the editor). You may want to distinguish diffe...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
1 vote
Created
December 27, 2016 09:55
Hi Patrick, It looks like to me that you "mimic" surround with runnable, where rename is started after variable is introduced. That is done with help of VariableInplaceRenamer, started on the extra...
Community
IntelliJ IDEA Open API and Plugin Development
How to use TemplateBuilder for "Introduce Variable"
1 vote
Created
November 29, 2016 09:29
Hi Patrick, I think that the easiest way would be to provide reference inside string literal to the myFunction, then rename would work the same way it works now and you get additional navigation an...
Community
IntelliJ IDEA Open API and Plugin Development
Extend RenameHandler to handle specific strings
1 vote
Created
November 04, 2016 08:48
Hi Tobin, I think that IDEA doesn't support top level test functions, please try to place it to the class (adding "{}"). Anna
Community
IntelliJ IDEA Users
Running Kotlin JUnit tests
1 vote
Created
September 23, 2016 18:23
Ok, that's actually good that inspection is not started (due to performance). One won't be happy if change in some comment would rehighlight his long and complex file which he just left for a momen...
Community
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
1 vote
Created
March 09, 2016 17:37
The StringUtil is correct, but there is no such method there. No, it's impossible to extend the velocity variable in any way. Could you please submit a request you track.jetbrains.com? Thanks
Community
IntelliJ IDEA Users
Is there a #capitalizeAndUnderscore method available for getter/setter templates?
1 vote
«
First
‹
Previous
Next
›
Last
»