主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Podkhalyuzin
活动总数
2164
最后的活动
2019年05月28日 09:03
成员加入日期
2008年06月08日 09:10
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
830
活动概览
帖子(16)
评论(1318)
按最近的活动排序
最近的活动
投票数
创建于
2013年10月01日 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 ...
社区
Scala
GC overhead limit exceeded when compiling
1 票
创建于
2014年08月09日 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.
社区
Scala
SBT Assembly
1 票
创建于
2015年06月18日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Creating own IntelliJ Plugin written in Scala - doesn't work
1 票
创建于
2015年09月30日 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...
社区
La Clojure
How viable is Clojure with IntelliJ?
1 票
创建于
2019年05月28日 09:03
Can you shade your Kastree dependency in your plugin to avoid this classloading problem?
社区
IntelliJ IDEA Open API and Plugin Development
ClassCastException because of different classloaders
0 票
创建于
2019年04月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
parse .kt file with anonymous classes
0 票
创建于
2018年03月29日 14:46
Is your plugin has dependency to Kotlin plugin? Otherwise you will not have Kotlin classes in classloader of your plugin.
社区
IntelliJ IDEA Open API and Plugin Development
Creating a custom Kotlin Visitor
0 票
创建于
2018年02月01日 14:14
正式评论
Looks like usability issue. Can you create a ticket with steps to reproduce and example project? (https://youtrack.jetbrains.com/issues/KT)
社区
IntelliJ IDEA Users
Ensuring Kotlin Compiler uses jvm version 1.8
0 票
创建于
2016年11月18日 08:55
正式评论
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...
社区
Scala
Scala method injector plugin - how to get the object from the type parameter?
0 票
创建于
2016年10月04日 11:14
正式评论
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...
社区
IntelliJ IDEA Open API and Plugin Development
Idea scala Plugin to support macro
0 票
«
第一页
‹
上一页
下一页
›
最后
»