主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Serhii Kachan
活动总数
47
最后的活动
2023年03月13日 12:54
成员加入日期
2022年10月17日 14:28
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
10
活动概览
帖子(10)
评论(27)
按最近的活动排序
最近的活动
投票数
创建于
2022年10月21日 12:39
Karol LewandowskiOh sorry, this builder is a wrapper for LightMethodBuilder: public class MethodBuilder { private final LightMethodBuilder builder; private MethodBuilder(PsiManager manager, S...
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 票
创建于
2022年10月21日 12:11
Karol LewandowskiThank you! I got a bit further.In dropdown menu it really appears but it cannot get resolved actually.I changed my code to this: List<T> emptyResult = new ArrayList<>();if (type ==...
社区
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 票
创建于
2022年10月20日 08:16
Yann CebronTried many times - unfortunately, unsuccessfully ;(
社区
IntelliJ IDEA Open API and Plugin Development
java.io.IOException: Broken index maps: trigrams empty true users empty false paths empty false
0 票
创建于
2022年10月20日 08:14
Done, improved the code, however without pattern matching.
社区
IntelliJ IDEA Open API and Plugin Development
Highlight string literal parts in a specific method call
0 票
创建于
2022年10月19日 15:09
Yann CebronYeah, I looked at this, however it seems to be difficult.I'd be very grateful if you can help me with writing my "finder"Conditions:PsiLiteralExpression should be a parameter of translat...
社区
IntelliJ IDEA Open API and Plugin Development
Highlight string literal parts in a specific method call
0 票
已编辑于
2022年10月22日 21:00
Yann Cebron Done, thanks.now I get almost the desired result but its very bad implemented: @Overridepublic void annotate(@NotNull PsiElement psiElement, @NotNull AnnotationHolder annotationHolder) ...
社区
IntelliJ IDEA Open API and Plugin Development
Highlight string literal parts in a specific method call
0 票
创建于
2022年10月19日 10:18
Yann CebronThank you for the reference. I was able to implement the Annotator and it does get hooked, however I'm stuck now with specific logic.Let's say I have a literal in java code: "I want 45 t...
社区
IntelliJ IDEA Open API and Plugin Development
Highlight string literal parts in a specific method call
0 票
创建于
2022年10月18日 21:36
Thank you!Had to use some recursion instead using .getParent() and .getPrevSibling() method.
社区
IntelliJ IDEA Open API and Plugin Development
Variable 'variable' might not have been initialized compilation error suppressing by custom annotation
0 票
已编辑于
2022年10月18日 10:45
Yann Cebron going further a bit. Now how can I check if annotation present on local variable? accept(...) method provides PsiFile and HighlighterInfo objects. I supress now such compilation errors ...
社区
IntelliJ IDEA Open API and Plugin Development
Variable 'variable' might not have been initialized compilation error suppressing by custom annotation
0 票
创建于
2022年10月17日 20:14
Yann Cebron That worked for me. Thank you!
社区
IntelliJ IDEA Open API and Plugin Development
Variable 'variable' might not have been initialized compilation error suppressing by custom annotation
0 票
«
第一页
‹
上一页