Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Newmannhu
Total activity
16
Last activity
December 19, 2024 08:05
Member since
June 10, 2024 10:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (3)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
December 19, 2024 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. ...
Community
IntelliJ IDEA Open API and Plugin Development
How to create Multi PsiReference for Tag name?
0 votes
Created
November 19, 2024 06:07
I have already resolved this issue。My PsiReference is extended from PsiReferenceBase.Immediate<PsiElement>, customize the handleElementRename procedure:return ElementManipulators.getManipulator(th...
Community
IntelliJ IDEA Open API and Plugin Development
How to handle Rename Refactoring of type A+B?
1 vote
Created
November 19, 2024 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
Community
IntelliJ IDEA Open API and Plugin Development
How to handle Rename Refactoring of type A+B?
0 votes
Created
September 30, 2024 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.”
Community
IntelliJ IDEA Open API and Plugin Development
custom CompletionContributor not working in JAVA language method string parameter
0 votes
Created
September 30, 2024 07:27
Has this problem been resolved?
Community
IntelliJ IDEA Open API and Plugin Development
CompletionContributor not work on PsiLiteralExpression
0 votes
Created
June 22, 2024 13:32
Has this problem been solved?
Community
IntelliJ IDEA Open API and Plugin Development
idea 2023.2.2 jcef devtools can not open
0 votes
Created
June 12, 2024 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
About MultiHostInjector,how to calc range?
0 votes