Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Diosmallx
Total activity
9
Last activity
April 07, 2022 06:16
Member since
December 20, 2021 08:27
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
4
Activity overview
Posts (0)
Comments (2)
Diosmallx
commented,
March 21, 2022 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-...
Community
IntelliJ IDEA Open API and Plugin Development
Retrieving Java method signature from Kotlin PSI
0 votes
Diosmallx
commented,
March 21, 2022 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://...
Community
IntelliJ IDEA Open API and Plugin Development
How to retrieve the signature of a PsiMethod in the original JVM format?
0 votes