Lin Yang
- Total activity 99
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 47
-
Created Is there any way to register a custom PsiClsss as a spring bean?
Hi, Is there any way to register a custom PsiClsss as a spring bean? I want to registar the mapper interface of Mybatis as spring bean in my Mybatis Plugin. -
Created how to parse xml attribute value with dot to PsiElements
For example <bean com.seventh7.demo.Man" splitted by dot to PsiElement? -
Created Help me with grammar kit plz
Sorry for my bad english :_|I wrote a bnf file for learning grammar kit, this file looks like below:{ tokens = [ string = 'regexp:[\d|\w]+' ]}root ::= expr *expr ::= id '=' string { pi...