Dobra101
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 7
-
Created Stubs and Search Scopes
AnsweredHi,I'm developing a custom language plugin and implemented (named)stubs to speed up the performance of reference resolving.As of now, the index contains the name of the referenced elements. However... -
Created Code Completion Results being reset by IDE?
AnsweredHello,I am developing code completion in my plugin.The CompletionProvider is being called as expected, and LookupElements are added to the CompletionResultSet.However, no results are displayed to t... -
Edited Find maven dependencies programatically
AnsweredHello everyone, I am writing a custom language plugin and need to resolve maven dependencies. The plugin provides support for a custom language and is applied to projects containing files of this c... -
Edited Module of PsiElement in dependency
AnsweredHello everyone, I'm developing a custom language plugin and I am stuck resolving references across dependencies. The test project has a dependency to another project, and references an element of t... -
Created Custom Language Documentation for non existent Element
AnsweredI want to implement the documentation provider for my custom language. I understand how to use links to refer to another elements documentation, inside of a documentation.In my case I need to navig... -
Edited Custom Language: Check syntax with lexer
AnsweredHello everyone, I noticed that I probably have issues understanding the sense of states of a JFlex lexer. I used Grammar-Kits .bnf file to generate a parser, so I described the programs syntax in t... -
Edited Custom Language: References in same file
AnsweredHello everyone, I'm stuck with the following problem since several days and could not get an answer from the documentation or other posts. I have a really simple use cases in my custom language: - ...