主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikita Eshkeev
活动总数
16
最后的活动
2020年02月22日 20:48
成员加入日期
2019年12月20日 14:45
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(5)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2020年02月22日 20:48
I have come up with the following solution: PsiExpression initializer = field.getInitializer(); PsiElement element = InjectedLanguageManager.getInstance(field.getProject()).findInjectedElementAt(fi...
社区
IntelliJ IDEA Open API and Plugin Development
How do I access INJECTION of a PsiField's initializer, which is a PsiLanguageInjectionHost?
0 票
创建于
2020年02月06日 15:46
Jakub Chrzanowski, thank you for checking it on your IDEA, I have figure it out, there is a custom com.intellij.codeInsight.completion.CompletionProvider with an infinity loop inside of TypeAliasCo...
社区
IntelliJ IDEA Open API and Plugin Development
Autocompletion hangs in custom MultiHostInjector
0 票
创建于
2020年02月05日 20:45
Jakub Chrzanowski , Thank you for your suggestion, I have looked into it and noticed that com.intellij.psi.javadoc.PsiDocComment is not an instance of com.intellij.psi.PsiLanguageInjectionHost, whi...
社区
IntelliJ IDEA Open API and Plugin Development
How do I enhance java parser to capture information from PsiComment and PsiDocComment?
0 票
已编辑于
2020年02月04日 20:20
@... , thank you for your suggestion, I was thinking about using {@code } for this, but I need a PSI Tree inside of it, so I can implement all the fancy things, like "Go To Symbol", "Rename", "Auto...
社区
IntelliJ IDEA Open API and Plugin Development
How do I enhance java parser to capture information from PsiComment and PsiDocComment?
0 票
创建于
2019年12月21日 10:56
I came up with a partial solution, which covers the following patterns (adds entries to the completion dialog after a method reference name): Object::new. (Object::new). Collections::<Integer...
社区
IntelliJ IDEA Open API and Plugin Development
How do I add a completion contributor for a composite element?
0 票
创建于
2019年12月20日 16:04
Thank you, it works I would recommend you to refrain from link only responses, because the link might not be available in future, so the solution will remain unknown. It would be great if you brief...
社区
IntelliJ IDEA Open API and Plugin Development
How do I add java-psi-impl which contains JavaElementType to my plugin project?
0 票