hillesheim
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 4
-
-
-
-
hillesheim 创建了一个帖子, 已回答[Custom Language Plugin] Highlighting not working despite correctly parsed psi file
Hey, i have implemented a custom language plugin with a parser and a lexer. Following problem:When i edit the file, the highlighting doesnt work for the new tokens. The code is parsed correctly (gr... -
-
hillesheim 创建了一个帖子, 已回答[Custom Language Plugin][Testing] ParsingTestCase always throws filenotfound exception
Hey, i implemented a Parser, which i now wanted to test. The test should parse a bunch of files and i want to check if the PsiTree contains a PsiErrorElement. But i cant get the ParsingTestCase wor... -
hillesheim 创建了一个帖子, 已回答[Grammar-Kit] define tokens in .bnf which reference other tokens
Hey, i am developing a custom language plugin.I have a .bnf file with declared tokens. The problem is that i can only work with regex within the .bnf file. In the flex file i can reference other to... -
hillesheim 创建了一个帖子, 已回答code completion issue (limit?, collapsing when typing)
Hey, 1. I somewhere read that the Intellij code completion has a limited size of lookupelements which get displayed (i think 500?). But i cant find this post anymore. It also mentioned the possib...