主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Anna Kozlova
活动总数
1422
最后的活动
2023年06月12日 14:16
成员加入日期
2005年10月25日 10:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
503
活动概览
文章(0)
帖子(0)
评论(919)
按最近的活动排序
最近的活动
投票数
创建于
2017年03月28日 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...
社区
IntelliJ IDEA Open API and Plugin Development
resolve generic types
1 票
创建于
2017年03月08日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Rename behavior is different between editor and structure view
1 票
创建于
2017年01月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Changing the way a JUnit test description is generated (SMProxy.myName)
1 票
创建于
2017年01月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
1 票
创建于
2017年01月09日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the results of a specific (default) annotation/inspection process inside a (custom) toolWindow
1 票
创建于
2016年12月27日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to use TemplateBuilder for "Introduce Variable"
1 票
创建于
2016年11月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Extend RenameHandler to handle specific strings
1 票
创建于
2016年11月04日 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
社区
IntelliJ IDEA Users
Running Kotlin JUnit tests
1 票
创建于
2016年09月23日 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...
社区
IntelliJ IDEA Open API and Plugin Development
how to triggered inspections after changes in method body
1 票
创建于
2016年03月09日 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
社区
IntelliJ IDEA Users
Is there a #capitalizeAndUnderscore method available for getter/setter templates?
1 票
«
第一页
‹
上一页
下一页
›
最后
»