hillesheim
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
Created [Custom Language Plugin] Highlighting not working despite correctly parsed psi file
AnsweredHey, 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... -
Edited [Custom Language Plugin][Testing] ParsingTestCase always throws filenotfound exception
AnsweredHey, 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... -
Created [Grammar-Kit] define tokens in .bnf which reference other tokens
AnsweredHey, 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... -
Created code completion issue (limit?, collapsing when typing)
AnsweredHey, 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...