Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Alexander Podkhalyuzin
Total activity
2164
Last activity
May 28, 2019 09:03
Member since
June 08, 2008 09:10
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
830
Activity overview
Articles (0)
Posts (16)
Comments (1318)
Sort by recent activity
Recent activity
Votes
Created
May 28, 2019 09:03
Can you shade your Kastree dependency in your plugin to avoid this classloading problem?
Community
IntelliJ IDEA Open API and Plugin Development
ClassCastException because of different classloaders
0 votes
Created
April 29, 2019 07:16
Anonymous class names usually not specified, so compiler is able to choose whatever it wants. In this particular case this only way is to go through the file and to see anonymous class order in the...
Community
IntelliJ IDEA Open API and Plugin Development
parse .kt file with anonymous classes
0 votes
Created
March 29, 2018 14:46
Is your plugin has dependency to Kotlin plugin? Otherwise you will not have Kotlin classes in classloader of your plugin.
Community
IntelliJ IDEA Open API and Plugin Development
Creating a custom Kotlin Visitor
0 votes
Created
February 01, 2018 14:14
Official comment
Looks like usability issue. Can you create a ticket with steps to reproduce and example project? (https://youtrack.jetbrains.com/issues/KT)
Community
IntelliJ IDEA Users
Ensuring Kotlin Compiler uses jvm version 1.8
0 votes
Created
November 18, 2016 08:55
Official comment
You need to evaluate type first: import org.jetbrains.plugins.scala.lang.psi.api.base.types.ScTypeElementval te: ScTypeElement = ???te.calcType.extractClass(te.getProject)(te.typeSystem) match { c...
Community
Scala
Scala method injector plugin - how to get the object from the type parameter?
0 votes
Created
October 04, 2016 11:14
Official comment
To extract parameters from class use clazz.parameters instead of allVals. Look at this example: val clazz: ScClass = ???implicit val typeSystem = clazz.typeSystemval parameters = clazz.parametersva...
Community
IntelliJ IDEA Open API and Plugin Development
Idea scala Plugin to support macro
0 votes
Created
April 15, 2016 06:51
Alexander, you can update plugin manually. For this purpose you have to download file from here: http://plugins.jetbrains.com/plugin/?id=1347 Then you need to use "Install plugin from disk..." butt...
Community
Scala
Slow Scala plugin download
0 votes
Created
April 11, 2016 07:20
Terry, it will be in nightly builds as soon as it will be in master. EAP builds will be available in a few months.
Community
Scala
Scala plugin roadmap update?
0 votes
Created
April 03, 2016 11:18
Terry, this issue is going to be fixed as well as we are putting all our resources for error highlighting feature. My estimate is 2016.2 for the initial positive results.
Community
Scala
Scala plugin roadmap update?
0 votes
Created
March 25, 2016 14:10
Not invalidating all caches will be removed in 3.0.1 for type inference cases as it still causes deadlocks in more obscure cases (defined return type will work as earlier, so I hope you will not se...
Community
Scala
Scala plugin roadmap update?
0 votes
Next
›
Last
»