Dobra101
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 7
-
创建于 Stubs and Search Scopes
已回答Hi,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... -
创建于 Code Completion Results being reset by IDE?
已回答Hello,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... -
已编辑于 Find maven dependencies programatically
已回答Hello 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... -
已编辑于 Module of PsiElement in dependency
已回答Hello 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... -
创建于 Custom Language Documentation for non existent Element
已回答I 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... -
已编辑于 Custom Language: Check syntax with lexer
已回答Hello 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... -
已编辑于 Custom Language: References in same file
已回答Hello 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: - ...