Tim
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 10
-
创建于 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... -
创建于 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... -
创建于 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 ... -
已编辑于 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... -
创建于 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 ... -
创建于 StubIndex in unit-test
已回答I'm trying to create a unit-test that relies on a custom StubIndex. In production the code works fine but when unit-testing the stubs are not created for my custom StubIndex. I'm using: - LightJava... -
创建于 Extend YAML Formatter for DSL
已回答Is it possible to extend the YAML Formatter behavior by somehow extending the YAMLFormattingContext? The bundled YAML Formatter is a currently a bit limited. One of the things I'd like to add is to... -
创建于 InlayParameterHintsProvider for Injected Fragments
已回答I'm trying to implement the InlayParameterHintsProvider for my custom language. It is registered and is triggered correctly when the DSL file type is loaded (.odt), but when the same ODT code is in... -
创建于 Make YAML MetaTypeProvider a public API
已回答Hi, I've created a plugin that extends the YAML language (amongst other things). One of the things that I ended up using was the org.jetbrains.yaml.meta.impl.YamlMetaTypeProvider (internal) that i... -
已编辑于 InjectedLanguage formatting: computeSpacing
已回答I'm injection a custom language into YAML. For the custom language I have created a formatter which works fine when the language is not injected but resides in its own file. When injected, everyth...