Newmannhu
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Created How to create Multi PsiReference for Tag name?
AnsweredIf TagName needs to point to a custom PsiReference, it needs to be done through a custom XMLExtension. override XMLExtension.createTagNameReference(), define custom TagNameReference , and the PsiRe... -
Created How to handle Rename Refactoring of type A+B?
AnsweredI have created a plugin for handling XML attributes. Assuming that Tag A's attribute is A1, Tag B's attribute is B1, and Tag C's attribute C1 consists of A1+B1, Attribute C has already created psiR... -
Created About MultiHostInjector,how to calc range?
AnsweredIn Language Injection | IntelliJ Platform Plugin SDK (jetbrains.com) introduce a example of inject into several fragments at once, but I don't know how to calc rangeForBody :registrar.addPlace(null...