Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Venkateshprasad Ranganath
Total activity
6
Last activity
August 14, 2018 02:49
Member since
August 03, 2018 07:10
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Edited
August 14, 2018 02:49
I adapted the code fragment from PsiMethod.withParameters[PatternCondition.typeEquivalent]. So, the code in withParameters has not been updated since PsiType.equalsToText has been added, right? ...
Community
IntelliJ IDEA Open API and Plugin Development
What is the idiomatic way to use Pattern framework in platform/core-api/com.intellij.patterns?
0 votes
Edited
August 05, 2018 02:30
Thanks for the confirmation. If folks are interested in a PsiMethodPattern method to check for return type of methods, then here's the extension method in Kotlin. fun PsiMethodPattern.withReturnTyp...
Community
IntelliJ IDEA Open API and Plugin Development
What is the idiomatic way to use Pattern framework in platform/core-api/com.intellij.patterns?
0 votes
Edited
August 04, 2018 19:53
Thanks!! That works :) After some searching, I believe PsiMethodPattern cannot be used to check for return type of methods. Am I right?
Community
IntelliJ IDEA Open API and Plugin Development
What is the idiomatic way to use Pattern framework in platform/core-api/com.intellij.patterns?
0 votes