Tim
- 活动总数 49
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 13
-
已编辑于 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... -
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Set filetype association for LightJavaCodeInsightFixtureTestCase
已回答I have succesfully created an extension that creates references from 'Angular HTML Template' elements to my DSL. When I want to unit-test these references the fixture always considers the file a Pl... -
创建于 Angular2 HTML vs HTML PsiReferenceRegistrar
已回答I'm having an issue creating a reference from an Angular2 HTML template into my DSL. I have a PsiReferenceRegistrar that can succesfully create a reference and resolve it when the language is plain... -
创建于 Completion replacement with symbols
已回答I'm using code-completion to suggest a set of commands for my DSL. However, the language requires a command to be prefixed with the AT @ symbol. This gives some unexpected behavior in the completio... -
创建于 ReferencesSearch over Modules
已回答I have implemented a FindUsagesHandlerFactory that is used to find usages from a specific class in 2 different languages (both languages are part of the plugin). Everything works fine except it won... -
创建于 PsiElement getProject performance
已回答On the page with performance tips it is stated that the getProject() method on a PsiElement runs up the entire PsiTree. However, when I look at the code it appears that the PsiManager it used to ob...