Sahitya Ce
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created Custom Gutter Action for tests
Is there a way to add custom action to this menu? I'd like to run a shell script for this test class with some extra params? -
Created Plugin development unable to find PbFile
AnsweredI need to develop a plugin to edit proto files in my project, and for that, I want to access top-level messages. But when I try to parse the file using PSI I'm unable to resolve these classes. http... -
Created Kotlin PSI find class based on typeReference
AnsweredI'd like to read the KtParameter type and find the KtClass corresponding to that. Eg: I'd like to find the KtClass for "Menuitem" data class Popup( val menuitem: List<Menuitem>, val age: Int, v...