Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ittaiz
Total activity
18
Last activity
August 04, 2022 12:19
Member since
August 13, 2019 14:52
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
4
Activity overview
Posts (4)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
August 04, 2022 12:19
Thank you both! Justin- I took the liberty of moving that discussion to bazelbuild slack (https://bazelbuild.slack.com/archives/C025SBYFC4E/p1659615137620589 if anyone is interested). Vasil- I ful...
Community
IntelliJ IDEA Open API and Plugin Development
How to get Plugin A to use a BuilderService from Plugin B
0 votes
Created
November 05, 2019 11:52
Fair enough. Thank you. I'll try to elaborate on the problem I'm trying to solve (if you'd rather I open a new thread dedicated to it I'll do it): Whenever an import is added or changed in java/sca...
Community
IntelliJ IDEA Open API and Plugin Development
How can I register a QuickFix from a PsiTreeChangeListener?
0 votes
Created
November 05, 2019 11:45
Thanks Yann! Is there a way for me to have an Intention, Annotator or inspection which are only triggered from a listener (directly, message bus, other mechanism)?
Community
IntelliJ IDEA Open API and Plugin Development
How can I register a QuickFix from a PsiTreeChangeListener?
0 votes
Created
November 02, 2019 06:15
Thanks for your response. I chose PsiTreeChangeListener following advice I got from Jetbrains support on this channel due to other requirements. Still I'd like to understand a bit better what you m...
Community
IntelliJ IDEA Open API and Plugin Development
How can I register a QuickFix from a PsiTreeChangeListener?
0 votes
Created
November 01, 2019 14:50
Thanks! I’d like to invalidate it if the import statement in that file has changed. I thought expr represents just that...
Community
IntelliJ IDEA Open API and Plugin Development
CachedValueProvider#compute called multiple times for same element
0 votes
Created
August 21, 2019 14:48
Thank you for all your help. For others what I did was something like this: case onDemandClassImport: PsiImportStatement if onDemandClassImport.isOnDemand => None //I need the file and in an on de...
Community
IntelliJ IDEA Open API and Plugin Development
Need to perform an action whenever an import is added (java/scala)
0 votes
Created
August 14, 2019 05:47
Also I'm thinking of maybe attacking this in a few different directions and I'd really appreciate your thoughts/inputs: 1. Paste related- Catch cases where someone pastes an import into a Java/Scal...
Community
IntelliJ IDEA Open API and Plugin Development
Need to perform an action whenever an import is added (java/scala)
0 votes
Created
August 13, 2019 18:30
Thanks! That’s one nasty javadoc :( No other avenue you think I can pursue? I thought maybe to decorate a few of the import relates IntentAction classes and work from there (hacky and problematic b...
Community
IntelliJ IDEA Open API and Plugin Development
Need to perform an action whenever an import is added (java/scala)
0 votes