Sahitya Ce
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Sahitya Ce created a post, 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? -
Sahitya Ce commented, -
Sahitya Ce created a post, AnsweredPlugin development unable to find PbFile
I 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... -
-
-
Sahitya Ce commented, -
Sahitya Ce created a post, AnsweredKotlin PSI find class based on typeReference
I'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...