Cebotari Alex

- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
已编辑于 How to find the class of a function call (KtNameReferenceExpression)
已回答Hello, I have a PsiElement of type KtCallExpression which I can use to get access to a KtNameReferenceExpression`. Is there an utility class in Intellij Idea Plugin SDK in order to give you the cla... -
已编辑于 How to register AndroidLintInspectionBase in IntellijIdea Plugin
已回答I'm creating a costum Android Lint Inspection and I need to register the inspection, to be run. Where do I need to register it? I've already tried to register the inspection which provides the insp... -
已编辑于 Extract all commits from VCS
已回答Hello, Is there a simple Utility method for extracting all current Commits from VCS? Specifically I'm interested in GIT. I think I find something bout, in the end when I'm getting a hold of a VcsFu... -
创建于 Creating a custom Kotlin Visitor
Hello, I'm trying to write a custom visitor for Kotlin class, in a plugin. From reading the source code, I can see that my visitor should extend KtVisitor. But currently it says that it can't find ...