主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ittaiz
活动总数
18
最后的活动
2022年08月04日 12:19
成员加入日期
2019年08月13日 14:52
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
4
活动概览
帖子(4)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2022年08月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get Plugin A to use a BuilderService from Plugin B
0 票
创建于
2019年11月05日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How can I register a QuickFix from a PsiTreeChangeListener?
0 票
创建于
2019年11月05日 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)?
社区
IntelliJ IDEA Open API and Plugin Development
How can I register a QuickFix from a PsiTreeChangeListener?
0 票
创建于
2019年11月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How can I register a QuickFix from a PsiTreeChangeListener?
0 票
创建于
2019年11月01日 14:50
Thanks! I’d like to invalidate it if the import statement in that file has changed. I thought expr represents just that...
社区
IntelliJ IDEA Open API and Plugin Development
CachedValueProvider#compute called multiple times for same element
0 票
创建于
2019年08月21日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Need to perform an action whenever an import is added (java/scala)
0 票
创建于
2019年08月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Need to perform an action whenever an import is added (java/scala)
0 票
创建于
2019年08月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Need to perform an action whenever an import is added (java/scala)
0 票