Ilya Rodionov

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 3
-
Ilya Rodionov commented, -
Ilya Rodionov created a post, AnsweredURL refs in string literals of cusom language
How to make string literals of my custom language have refs if they contain an URL? Is there any built-in technique? I’ve found UrlReferenceProvider that processes PsiLiteralValue elements. It work... -
-
-
Ilya Rodionov created a post, AnsweredShould useScope include a declaration?
What scope should I return from getUseScope for a function parameter in my custom language plugin? Should it be a whole function or just a function body? Javadoc says: Returns the scope in which re... -
Ilya Rodionov created a post, AnsweredForce whitespaces between tokens
Hi. What is the right way to force whitespaces between tokens for a custom language? For example the rule below must contain `TokenType.WHITE_SPACE` between tokens but by default the parser accepts...