Ilya Rodionov
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 5
-
创建于 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... -
已编辑于 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... -
创建于 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...