Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
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
Posts (16)
Comments (1318)
Sort by recent activity
Recent activity
Votes
Created
October 01, 2013 12:56
For Scala we have one more compiler server, which does all compiling workExternal compiler engine is another process, which is lightweight.To increase memory settings for Scala compiler server you ...
Community
Scala
GC overhead limit exceeded when compiling
1 vote
Created
August 09, 2014 08:00
SBT tasks are not yet implemented. We are waiting for SBT server implementation in SBT itself (at the end of this year). Then we will use this new API of SBT.Best regards,Alexander Podkhalyuzin.
Community
Scala
SBT Assembly
1 vote
Created
June 18, 2015 14:11
You need to attach Scala to your module. It's simple, just create Scala library and attach it (see screenshot).However it's better to use SBT for any Scala development. As example you can use Scala...
Community
IntelliJ IDEA Open API and Plugin Development
Creating own IntelliJ Plugin written in Scala - doesn't work
1 vote
Created
September 30, 2015 05:38
When Colin started Cursive we had a choice to compete with Cursive or not. As for me choice was very obvious as we was short of resources and we also didn't want to frighten people from doing their...
Community
La Clojure
How viable is Clojure with IntelliJ?
1 vote
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
«
First
‹
Previous
Next
›
Last
»