主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2019年01月07日 09:47
I suggest to make reference from the string. Is that correct that other elements may reference the class by fully qualified name or by this string literal? If so, then it's feasible to pretend that...
社区
IntelliJ IDEA Open API and Plugin Development
Find usage of ID in string literal
0 票
创建于
2018年12月10日 14:11
I don't understand how you want your code to operate. Do you want user to enable/disable your external annotator? If so, I'd suggest to use bounded inspection, see `com.intellij.codeInspection.java...
社区
IntelliJ IDEA Open API and Plugin Development
Disable and enable ExternalAnnotator
1 票
创建于
2018年12月04日 09:50
You can do that but you'll need to ensure that setup/teardown are called from event dispatch thread, see `com.intellij.testFramework.LightPlatformCodeInsightTestCase` to check how the tests may be ...
社区
IntelliJ IDEA Open API and Plugin Development
intellij plugin parameterized tests
1 票
创建于
2018年11月19日 13:37
you may use `com.intellij.testFramework.PsiTestUtil#addLibrary(com.intellij.openapi.module.Module, com.intellij.openapi.roots.ModifiableRootModel, java.lang.String, java.lang.String, java.lang.Stri...
社区
IntelliJ IDEA Open API and Plugin Development
Testing framework support plugin
1 票
创建于
2018年11月19日 10:54
I'd suggest just to add required classes via `com.intellij.testFramework.fixtures.JavaCodeInsightTestFixture#addClass` and ensure that correct package statement is used. Adding dependency to the te...
社区
IntelliJ IDEA Open API and Plugin Development
Testing framework support plugin
1 票
创建于
2018年10月08日 09:19
As far as I understand, you have kotlin string literal expression and you only need to pass provider, no dummy elements are required in your case. I am also not sure if this solution would be easie...
社区
IntelliJ IDEA Open API and Plugin Development
How to handle custom references when renaming the folder name?
1 票
创建于
2018年10月04日 19:04
I guess, you need 2 references, one for 'folder' and one for 'samplefile'. You may look at `com.intellij.psi.impl.source.resolve.reference.impl.providers.FileReferenceSet` how the list of reference...
社区
IntelliJ IDEA Open API and Plugin Development
How to handle custom references when renaming the folder name?
1 票
创建于
2018年09月26日 13:11
you can get the type of parameter and call `com.intellij.psi.util.PsiUtil#resolveClassInClassTypeOnly` to get the class which correspond to the parameter's type (note that primitive types, arrays, ...
社区
IntelliJ IDEA Open API and Plugin Development
How to determine whether the parameter of a method is an instance of interface or class ?
1 票
创建于
2018年07月20日 17:48
Hi John, I would inherit `com.intellij.refactoring.safeDelete.JavaSafeDeleteProcessor` and register my processor before java's default one. Then, I would wrap usages inside xml with dedicated usage...
社区
IntelliJ IDEA Open API and Plugin Development
Add something to default delete action.
1 票
创建于
2018年03月13日 14:58
正式评论
Hi! If your command line is too long (OS is unable to create a process from command line of such length), IDEA provides you means to shorten the command line. The balloon should contain a link wher...
社区
IntelliJ IDEA Users
Unable to Run Certain Unit Tests
1 票
«
第一页
‹
上一页
下一页
›
最后
»