主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Steven Spungin
活动总数
15
最后的活动
2022年05月05日 12:07
成员加入日期
2016年11月22日 16:28
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
5
活动概览
帖子(2)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2021年02月06日 14:10
I have started experiencing this behaviour with 2021.1 EAP. The directory is not getting persisted. This was one of my absolute favorite features; I hope it is fixed soon.
社区
IntelliJ IDEA Users
Did terminal used to remember the last directory?
1 票
创建于
2020年07月13日 17:16
Thanks for the quick response, and the link, Jakub Chrzanowski.
社区
IntelliJ IDEA Open API and Plugin Development
Will older IJ versions select correct plugin after uploading a plugin with a restriction on a later IJ version?
0 票
已编辑于
2017年11月28日 19:37
Kotlin's Psi files are not Java Psi files. For example mutli-line java comments are KDoc nodes. Kotin uses PsiNamedFunction instead of PsiMethod. I ran into other issues as well. See my post he...
社区
IntelliJ IDEA Plugin Users
Make Intellij Idea plugin work with Kotlin files
0 票
已编辑于
2017年11月28日 19:33
It turns out I needed to add kotlin-compiler.jar instead of kotlin-plugin.jar to the SDK classes. But now the IDE can't navigate to the source code for classes such as KDoc.
社区
IntelliJ IDEA Plugin Users
How to integrate KotlinPlugin's PSI classes
0 票
创建于
2017年11月28日 18:50
Different classloaders. So how to correct... if (item::class.java.name == KtClass::class.java.name) { try { item as KtClass } catch (e: Exception) { kotlin.io.println(item::cla...
社区
IntelliJ IDEA Plugin Users
How to integrate KotlinPlugin's PSI classes
0 票
创建于
2016年11月22日 16:28
I am also having this problem. At the end of a maven install, but sometimes after a compile. I have about 300 maven projects in total. I think it might be an issue resolving DB connections or M...
社区
IntelliJ IDEA Users
Intellij 11.1 hanging after Maven phase
0 票