Tim
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
-
-
Tim 创建了一个帖子, 已回答YamlPlainTextImpl 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 进行了评论, -
Tim 创建了一个帖子, 已回答OptOut 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 创建了一个帖子, 已回答Subsequent 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 创建了一个帖子, 已回答SharedProcessingContext 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 创建了一个帖子, 已回答Performance 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 ...