Samael

Results 284 comments of 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: ![intellij-dlang-setup-phobos-and-druntime](https://user-images.githubusercontent.com/870567/95678338-f3b22a00-0bc3-11eb-8e2b-84525db21830.png) 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: ![dlanguage-downloads-unique-by-month](https://user-images.githubusercontent.com/870567/43675870-289931b0-97df-11e8-8063-e96952fa575b.png) ![dlanguage-downloads-unique-by-ide](https://user-images.githubusercontent.com/870567/43675869-287475c8-97df-11e8-8da7-bd2aa4421d03.png) 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. ![dlang-plugin-downloads](https://user-images.githubusercontent.com/870567/53697088-70184080-3dc5-11e9-82ad-f9bc4308809a.png) 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. ![clion-plugin](https://user-images.githubusercontent.com/870567/43554845-b7f0c514-95ee-11e8-9f0b-ea321c4c777b.png)