Cebotari Alex
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Edited How to find the class of a function call (KtNameReferenceExpression)
AnsweredHello, 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... -
Edited How to register AndroidLintInspectionBase in IntellijIdea Plugin
AnsweredI'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... -
Edited Extract all commits from VCS
AnsweredHello, 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... -
Created 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 ...