主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Newmannhu
活动总数
16
最后的活动
2024年12月19日 08:05
成员加入日期
2024年06月10日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
6
活动概览
帖子(3)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2024年12月19日 08:05
from this : ReferenceProvider on XmlTokenType.XML_NAME – IDEs Support (IntelliJ Platform) | JetBrains“Go to Declaration doesn't work in your case because XML_TAG already has a reference to itself. ...
社区
IntelliJ IDEA Open API and Plugin Development
How to create Multi PsiReference for Tag name?
0 票
创建于
2024年11月19日 06:07
I have already resolved this issue。My PsiReference is extended from PsiReferenceBase.Immediate<PsiElement>, customize the handleElementRename procedure:return ElementManipulators.getManipulator(th...
社区
IntelliJ IDEA Open API and Plugin Development
How to handle Rename Refactoring of type A+B?
1 票
创建于
2024年11月19日 02:01
Sorry,Press Shift+F6,not Alt+F61、Create two PsiReference on the attribute values of C1, pointing to A1 and B1 respectively.2、Yes, the C1 found when searching for B1's references
社区
IntelliJ IDEA Open API and Plugin Development
How to handle Rename Refactoring of type A+B?
0 票
创建于
2024年09月30日 07:35
@ 程钰兴I meet the same problem in Groovy.Can you please explain in detail how it was resolved?What the meaning of “and CompletionConfidence help me resolved.”
社区
IntelliJ IDEA Open API and Plugin Development
custom CompletionContributor not working in JAVA language method string parameter
0 票
创建于
2024年09月30日 07:27
Has this problem been resolved?
社区
IntelliJ IDEA Open API and Plugin Development
CompletionContributor not work on PsiLiteralExpression
0 票
创建于
2024年06月22日 13:32
Has this problem been solved?
社区
IntelliJ IDEA Open API and Plugin Development
idea 2023.2.2 jcef devtools can not open
0 票
创建于
2024年06月12日 06:16
Thanks.according to the example, the host element should is the “name” tag value “foo”, but rangeForBody is calc the “body” tag value “System.out.println(42);”,the “body“ tag is out of the range ...
社区
IntelliJ IDEA Open API and Plugin Development
About MultiHostInjector,how to calc range?
0 票