Tim

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
-
-
Tim created a post, AnsweredYamlPlainTextImpl not a named element
I'm extending the bundled YAML language for a custom language. For this we use the concept of variables that are declared in one part of the file and which can be used in another: variables:- varia... -
-
Tim commented, -
Tim created a post, AnsweredOptOut plugin dependency
I know it is possible to enable (part of) my plugin when another plugin is present using the dependency part of the plugin.xml. Is it also possible to enable part of my plugin only when another plu... -
Tim created a post, AnsweredSubsequent completion after insert
Is it possible to retrigger the basic completion behavior after a previous completion has inserted the suggestion. What I mean is: <caret> on blank line, user manually triggers completion. One of ... -
Tim created a post, AnsweredSharedProcessingContext between CompletionContributors
I'm trying to share information between different CompletionContributors for Basic Completion. I thought I could use the context.getSharedContext (== SharedProcessingContext), however, for every Co... -
-
Tim created a post, AnsweredPerformance lag / UI freeze on large injection fragments
I'm having an issue with the MultiHostInjector. Whenever a fragment is getting too big (let say about 700 lines) than pressing enter will cause the UI to freeze for several seconds. I've been able ...