主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
LL-123
活动总数
4
最后的活动
2023年03月17日 12:27
成员加入日期
2023年03月15日 17:24
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
1
活动概览
帖子(1)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2023年03月17日 12:27
Hi again, I solved the issue by using the "getChild()" methods instead. For example these code lines work: String className = event.getChild().getClass().getName(); String className = event.getOl...
社区
IntelliJ IDEA Open API and Plugin Development
Get the class of a PSI element
0 票
创建于
2023年03月16日 14:02
Hi, when a change is made in a project, I want to see what kind of psi element it belongs to. For example if I make a changes to a comment I want retrieve that it was a comment that was edited. I a...
社区
IntelliJ IDEA Open API and Plugin Development
Get the class of a PSI element
0 票