Newmannhu

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Newmannhu created a post, AnsweredHow to create Multi PsiReference for Tag name?
If 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... -
-
-
Newmannhu created a post, AnsweredHow to handle Rename Refactoring of type A+B?
I 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... -
-
Newmannhu commented, -
Newmannhu commented, -
-
Newmannhu created a post, AnsweredAbout MultiHostInjector,how to calc range?
In 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...