Ilya Rodionov
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 5
-
-
-
-
Ilya Rodionov 创建了一个帖子, 已回答URL 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 创建了一个帖子, 已回答Should 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 创建了一个帖子, 已回答Force 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...