Tim
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 13
-
-
Tim created a post, AnsweredRename / 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 created a post, AnsweredStubIndex 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 created a post, AnsweredProcessing 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 created a post, AnsweredUse 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 created a post, AnsweredDummyIdentifier 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...