主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Mark Schmale
活动总数
17
最后的活动
2018年05月17日 15:14
成员加入日期
2017年02月02日 11:59
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
5
活动概览
帖子(5)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2018年05月17日 15:14
Thanks for your suggestion! A CompletionContributor can only add LookupElemets, it can not "edit" or "remove" them, correct? So I'd have to add all suggestions in the CompletionContributor and jus...
社区
IntelliJ IDEA Open API and Plugin Development
More Information for XmlAttributeDescriptors
0 票
已编辑于
2017年08月23日 13:20
Thanks, I "fixed" it by removing these entries in processProperty when I'm sure I'm running in a UI5-Context. Kind of works good, but a fixed QxDooFrameworkHandler would be the better solutions. Gr...
社区
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 票
创建于
2017年08月22日 16:26
I'm already creating this class implicit element (via `createLiteralImplicitElementProvider`), so I added an implementation for "resolveContextFromProperty" which returns the "my.namespace.Classnam...
社区
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 票
创建于
2017年08月16日 12:28
Hi Dennis, thanks for you replay. Removing the properties acutally fixed it. Don't know why I haven't tried that myself... The Framework uses its own "class framework" to achive some magic (l...
社区
IntelliJ IDEA Open API and Plugin Development
JSImplicitElementmpl / Enhancing JS completions
0 票