Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrei Sedelnikov
Total activity
32
Last activity
November 29, 2020 10:22
Member since
January 18, 2020 18:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
10
Activity overview
Posts (7)
Comments (15)
Sort by recent activity
Recent activity
Votes
Created
August 03, 2020 11:12
already studied - does not help. It literally says "If a plugin processes Kotlin code (e.g., providing inspections), it needs to add a dependency on the Kotlin plugin (Plugin ID org.jetbrains.kotli...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot resolve language with id "kotlin"
0 votes
Created
August 02, 2020 22:05
How to configure Kotlin support using plugin.xml ? (not Gradle) Just adding <depends>org.jetbrains.kotlin</depends> does not work. I failed to find any working tutorial on this.
Community
IntelliJ IDEA Open API and Plugin Development
Cannot resolve language with id "kotlin"
0 votes
Created
January 19, 2020 15:17
I have managed to add Android plugin jars to classpath but when I run my plugin which uses Android classes I get an exception as below. What is still missing? java.lang.NoClassDefFoundError: org/j...
Community
IntelliJ IDEA Open API and Plugin Development
Android plugin get android facet returns null
0 votes
Created
January 18, 2020 18:37
Ok, I figured that out. The key difference is that you need to call getElement() on reference. If you will use resolve() you will always get the original reference. This is not straightforward to u...
Community
IntelliJ IDEA Open API and Plugin Development
Finding usages/references of Java elements
0 votes
Created
January 18, 2020 18:26
Hi, I'm searching for references of class, not a method but I'm having the same issue: all returned references are of my class, which I'm searching for. Ok, I get the idea that this is a _referenc...
Community
IntelliJ IDEA Open API and Plugin Development
Finding usages/references of Java elements
0 votes
«
First
‹
Previous