Riteshdvps10
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
已编辑于 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... -
创建于 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? -
已编辑于 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? -
创建于 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...