Tim
- 活动总数 49
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 13
-
-
Tim 创建了一个帖子, 已回答Rename / FindUsage for 'adhoc' declaration
I'm having a issue getting the refactor-rename mechanism to pop-up for the following scenario: The plugin is extending the YAML language and I'm creating a declaration using a sequence, then at ano... -
Tim 创建了一个帖子, 已回答StubIndex not Indexing injected PsiFile
I have created a plugin which contains a custom language (odt) which can exist in .odt files or it can be injected at specific locations in another language (omt). OMT is a YAML flavor that impleme... -
-
-
-
-
Tim 创建了一个帖子, 已回答Processing part of a YAML file with specific lexer and parser
I have a language that is embedded by YAML for the general structure but scalars should be processed with the DSL. However, only when they are located at a specific position in the YAML file. myPro... -
Tim 创建了一个帖子, 已回答Use scope for ImplementationSearcher
I have succesfully implemented a definitionsScopeSearch that returns the implementations of specific PsiElements. I was trying to controle the SearchScope via the PsiElement.getUseScope on the elem... -
Tim 创建了一个帖子, 已回答DummyIdentifier and CompletionContributor order
I'm having an issue with the way things are processed by the CompletionContributors: I have 2 distinct CompletionContributors, the first one (A) works well with the default dummy identifier, the se...