主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexander Podkhalyuzin
活动总数
2164
最后的活动
2019年05月28日 09:03
成员加入日期
2008年06月08日 09:10
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
830
活动概览
文章(0)
帖子(16)
评论(1318)
按最近的活动排序
最近的活动
投票数
创建于
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 票
创建于
2016年04月15日 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...
社区
Scala
Slow Scala plugin download
0 票
创建于
2016年04月11日 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.
社区
Scala
Scala plugin roadmap update?
0 票
创建于
2016年04月03日 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.
社区
Scala
Scala plugin roadmap update?
0 票
创建于
2016年03月25日 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...
社区
Scala
Scala plugin roadmap update?
0 票
下一页
›
最后
»