主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bbt2012inbox Ru
活动总数
6
最后的活动
2023年05月17日 13:02
成员加入日期
2023年05月17日 09:25
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
1
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
已编辑于
2023年05月17日 13:02
Alright, so it seems like the only way to get it is to traverse trough the parents and find first PsiMethod instance which should be the required method. Okay, thanks, I think this helped
社区
IntelliJ IDEA Open API and Plugin Development
Get method in which PsiMethodCallExpression is used
0 票
已编辑于
2023年05月17日 12:00
I saw the plugin and also checked documentation related to PSI, however wasn't able to get scope in which method was called from PsiCallExpression. Regarding the line of code suggested in the initi...
社区
IntelliJ IDEA Open API and Plugin Development
Get method in which PsiMethodCallExpression is used
0 票
创建于
2023年05月17日 11:31
Sure. By "In which method is called" I mostly mean next scenario public void foo() { bar();} In this example I need to know that bar method was called inside the foo method. Regarding the getUse...
社区
IntelliJ IDEA Open API and Plugin Development
Get method in which PsiMethodCallExpression is used
0 票