Nikita Eshkeev
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
-
Nikita Eshkeev 创建了一个帖子, How do I access INJECTION of a PsiField's initializer, which is a PsiLanguageInjectionHost?
What I have done: I defined my own language "MyLanguage" I need to inject this language to both annotations' values and fields' initializers, so I defined a com.intellij.lang.injection.MultiHostIn... -
-
Nikita Eshkeev 创建了一个帖子, 已回答Autocompletion hangs in custom MultiHostInjector
I defined the following instance of MultiHostInjector to treat comments a java methods' bodies: public class MyCustomMultiHostInjector implements MultiHostInjector { @Override public void get... -
-
-
Nikita Eshkeev 创建了一个帖子, 已回答How do I enhance java parser to capture information from PsiComment and PsiDocComment?
I would like to capture some valuable information from a comment block either PsiComment or PsiDocComment which, say, is enclosed into curly brackets, for example: /** * Documentation string 1 * { ... -
-
Nikita Eshkeev 创建了一个帖子, How do I add a completion contributor for a composite element?
I need to add additional entries to the completion dialog for method references (e.g. Objects::toString). The article says that I need to use withParent or withSuperParent for composite elements, b... -