Riteshdvps10
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Riteshdvps10 created a post, AnsweredPlugin Test extending from BasePlatformTestCase fails on CI
Tests class (without any test code) extending from com.intellij.testFramework.fixtures.BasePlatformTestCase fails on CI, but passes on my local. I have a plugin, which relies on android jar - ins... -
-
Riteshdvps10 created a post, AnsweredExecute a Kotlin method from psiClass
I have psiClass, i want to execute it's one of it's method fun readFrom(input: InputStream) Any leads or examples? -
Riteshdvps10 commented, -
Riteshdvps10 created a post, AnsweredHow do i access device explorer files while writing plugin for Android Studio?
I am writing a plugin which needs to find a specific file stored in android device (which shows up in device explorer pane in right in AS). How should i access those file? -
-
Riteshdvps10 created a post, AnsweredIs there a performance implication when casting source psi to language specific psi?
I was wondering if this casting is okay to have, in cases where i know i only will be dealing with kotlin source code. override fun createUastHandler(context: JavaContext): UElementHandler { ret...