hillesheim

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
-
-
-
hillesheim created a post, Answered[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 created a post, Answered[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 created a post, Answered[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 created a post, Answeredcode 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...