Samael
Samael
reported from v1.27 on Intellij 2021.3 on Linux: ``` java.lang.ClassCastException: class com.intellij.psi.stubs.PsiFileStubImpl cannot be cast to class io.github.intellij.dlanguage.stubs.DlangFileStub (com.intellij.psi.stubs.PsiFileStubImpl is in unnamed module of loader com.intellij.util.lang.PathClassLoader @59fa1d9b; io.github.intellij.dlanguage.stubs.DlangFileStub is in...
reported from v1.27.2 on Intellij 2021.3.2 ``` ava.lang.ClassCastException: class com.intellij.psi.stubs.PsiFileStubImpl cannot be cast to class io.github.intellij.dlanguage.stubs.DlangFileStub (com.intellij.psi.stubs.PsiFileStubImpl is in unnamed module of loader com.intellij.util.lang.PathClassLoader @76f2b07d; io.github.intellij.dlanguage.stubs.DlangFileStub is in unnamed module...
additionally it seems that even when this does work the _source_ directory is not always marked as a sources root
The way to setup the plugin is just to ensure that phobos and druntime are being picked up as sourcepaths when you select DMD as an sdk:  so you're...
Also created an issue for it in the Jetbrains bug tracker https://youtrack.jetbrains.com/issue/MP-1754 Makes a lot more sense for them to provide this kind of data
Turns out Jetbrains do more in the way of stats then I first realised. Here's a breakdown of our downloads:   I'll keep this issue open in case we...
I believe so, although I had selected the unique option. It doesn't state how they consider the download to be unique though. I've also been deleting old plugin versions so...
Thought I'd post up to date figures. Seems there was a surge of downloads in January.  Most downloads are Intellij (IC & IU) but there are some CLion and...
which CLion version was this in? I think some bits may not work in CLion less than 2018.2 so may need to be using the EAP
weird, am looking at CLion again and wondering how I got it to reckognise dmd in the first place. 