主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Diosmallx
活动总数
9
最后的活动
2022年04月07日 06:16
成员加入日期
2021年12月20日 08:27
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
4
活动概览
帖子(0)
评论(2)
Diosmallx
进行了评论,
2022年03月21日 12:51
I met the same problem as well. I'm trying to convert both Java(PsiMethod) and Kotlin(KtFunction) Psi method to JVM signature: e.g. (Ljava/lang/String;)V I found the Java impl in https://intellij-...
社区
IntelliJ IDEA Open API and Plugin Development
Retrieving Java method signature from Kotlin PSI
0 票
Diosmallx
进行了评论,
2022年03月21日 11:54
It works for me, too. BTW, How to retrieve the signature of a KtFunction in the original JVM format? I try to do this conversion for both Java and Kotlin in my plugin. I had seen the post: https://...
社区
IntelliJ IDEA Open API and Plugin Development
How to retrieve the signature of a PsiMethod in the original JVM format?
0 票