xncHung
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
xncHung created a post, AnsweredPaid plugin for AndroidStudio
I 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... -
xncHung created a post, AnsweredHow to localize inspection description html file
I 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 ... -
-
xncHung created a post, -
xncHung created a post, AnsweredIn kotlin, how to determine the correspondence between type parameters between subtypes and supertypes
Suppose 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... -
xncHung created a post, Answeredchange parameter type and annotation with ChangeSignatureRefactoring
When 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...