xncHung
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Paid plugin for AndroidStudio
AnsweredI am developing a paid plug-in. The main intended platform is Android Studio. However, when I tested the purchase, I found that Android Studio removed the Licensing support plug-in. As a result, us... -
Created How to localize inspection description html file
AnsweredI am developing some code inspection, and I found that names and quickFix can be localized by the bundle file which with suffixes.like myBundle_zh_CN.properties, but It seems that the description ... -
-
Created In kotlin, how to determine the correspondence between type parameters between subtypes and supertypes
AnsweredSuppose I have a class like this public class ParamMap<T> extends HashMap<String,T> {} I defined such a type in the code: ParamMap<String>, after I get its KotlinType instance, it must have a super... -
Created change parameter type and annotation with ChangeSignatureRefactoring
AnsweredWhen I use ChangeSignatureRefactoring to change the method signature, I want to change the parameter type and its annotation list, but it seems that modifying the method signature requires ReadActi...