主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Fabian Galinski
活动总数
11
最后的活动
2018年02月28日 04:18
成员加入日期
2014年06月25日 17:19
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
3
活动概览
帖子(3)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2018年02月28日 04:17
Hi 13nixonf, Thanks for your help, but it didn't worked for me. I just found the solution, how to do such messages: plugin.xml: <localInspection language="MyLanguage" enabledByDefault="true" level=...
社区
IntelliJ IDEA Open API and Plugin Development
"SQL dialect is not configured" Inspection
1 票
已编辑于
2016年06月06日 19:19
Hi Peter, thank you very much! The following code worked for me. :) PsiTreeUtil.getContextOfType( completionParameters.getPosition(), XmlAttributeValue.class); Kind regards,Fabian
社区
IntelliJ IDEA Open API and Plugin Development
How to get the parent psi element outside of a language injection
1 票
创建于
2014年06月26日 14:22
Hi Kay,it works! :)Thank you.
社区
IntelliJ IDEA Open API and Plugin Development
How to cache a variable
0 票