Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nikita Eshkeev
Total activity
16
Last activity
February 22, 2020 20:48
Member since
December 20, 2019 14:45
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (5)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
February 22, 2020 20:48
I have come up with the following solution: PsiExpression initializer = field.getInitializer(); PsiElement element = InjectedLanguageManager.getInstance(field.getProject()).findInjectedElementAt(fi...
Community
IntelliJ IDEA Open API and Plugin Development
How do I access INJECTION of a PsiField's initializer, which is a PsiLanguageInjectionHost?
0 votes
Created
February 06, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Autocompletion hangs in custom MultiHostInjector
0 votes
Created
February 05, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I enhance java parser to capture information from PsiComment and PsiDocComment?
0 votes
Edited
February 04, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I enhance java parser to capture information from PsiComment and PsiDocComment?
0 votes
Created
December 21, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I add a completion contributor for a composite element?
0 votes
Created
December 20, 2019 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I add java-psi-impl which contains JavaElementType to my plugin project?
0 votes