Riteshdvps10
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
Riteshdvps10 创建了一个帖子, 已回答Plugin 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 创建了一个帖子, 已回答Execute 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 进行了评论, -
Riteshdvps10 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Is 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...