Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Serhii Kachan
Total activity
47
Last activity
March 13, 2023 12:54
Member since
October 17, 2022 14:28
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
10
Activity overview
Posts (10)
Comments (27)
Sort by recent activity
Recent activity
Votes
Created
October 21, 2022 12:39
Karol LewandowskiOh sorry, this builder is a wrapper for LightMethodBuilder: public class MethodBuilder { private final LightMethodBuilder builder; private MethodBuilder(PsiManager manager, S...
Community
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 votes
Created
October 21, 2022 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 ==...
Community
IntelliJ IDEA Open API and Plugin Development
PsiAugmentProvider throws ArrayStoreException
0 votes
Created
October 20, 2022 08:16
Yann CebronTried many times - unfortunately, unsuccessfully ;(
Community
IntelliJ IDEA Open API and Plugin Development
java.io.IOException: Broken index maps: trigrams empty true users empty false paths empty false
0 votes
Created
October 20, 2022 08:14
Done, improved the code, however without pattern matching.
Community
IntelliJ IDEA Open API and Plugin Development
Highlight string literal parts in a specific method call
0 votes
Created
October 19, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Highlight string literal parts in a specific method call
0 votes
Edited
October 22, 2022 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) ...
Community
IntelliJ IDEA Open API and Plugin Development
Highlight string literal parts in a specific method call
0 votes
Created
October 19, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
Highlight string literal parts in a specific method call
0 votes
Created
October 18, 2022 21:36
Thank you!Had to use some recursion instead using .getParent() and .getPrevSibling() method.
Community
IntelliJ IDEA Open API and Plugin Development
Variable 'variable' might not have been initialized compilation error suppressing by custom annotation
0 votes
Edited
October 18, 2022 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Variable 'variable' might not have been initialized compilation error suppressing by custom annotation
0 votes
Created
October 17, 2022 20:14
Yann Cebron That worked for me. Thank you!
Community
IntelliJ IDEA Open API and Plugin Development
Variable 'variable' might not have been initialized compilation error suppressing by custom annotation
0 votes
«
First
‹
Previous