Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Steven Spungin
Total activity
15
Last activity
May 05, 2022 12:07
Member since
November 22, 2016 16:28
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
5
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
February 06, 2021 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.
Community
IntelliJ IDEA Users
Did terminal used to remember the last directory?
1 vote
Created
July 13, 2020 17:16
Thanks for the quick response, and the link, Jakub Chrzanowski.
Community
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 votes
Edited
November 28, 2017 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...
Community
IntelliJ IDEA Plugin Users
Make Intellij Idea plugin work with Kotlin files
0 votes
Edited
November 28, 2017 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.
Community
IntelliJ IDEA Plugin Users
How to integrate KotlinPlugin's PSI classes
0 votes
Created
November 28, 2017 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...
Community
IntelliJ IDEA Plugin Users
How to integrate KotlinPlugin's PSI classes
0 votes
Created
November 22, 2016 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...
Community
IntelliJ IDEA Users
Intellij 11.1 hanging after Maven phase
0 votes