Samael
Samael
creating a solution to #464 will be needed prior to resolving this. it may just be that we need to configure the D compiler in the same settings windows as...
The UI work for this is mostly done, just need to get the settings to persist properly and have CLion quickfix go to the right place. ![CLion - D compiler...
It won't be in the next release.
Same again: IDEA 2019.3.3 JDK 11.0.5 plugin 1.22 **last action**: SaveAll ``` ava.lang.RuntimeException: java.lang.RuntimeException: Error while applying io.github.intellij.dlanguage.run.DubBuildSourceFileFilter@1accc482 to 'source/app.d:13 _Dmain [0x561245ef1833] ' at com.intellij.execution.impl.AsyncFilterRunner.isQuick(AsyncFilterRunner.java:83) at com.intellij.execution.impl.AsyncFilterRunner.highlightHyperlinks(AsyncFilterRunner.java:62) at com.intellij.executio... ```
| prop| val | | --- | --- | | Plugin | 1.25 | | IDE | Intellij 2020.2.1 | | Last Action | $Undo | ``` java.lang.RuntimeException: Error while...
This isn't just pragma statements. I tested with `writeln("imp");` with the caret just after the 'p' and was able to get an auto-completion for import which, when hitting return, then...
In settings search for dub. It needs to be setup under D Tools
That seems fine. So after doing that does the plugin still consider dub not to be setup correctly?
@adueppen This may be related to #514, could you pull the latest changes in develop and run it locally to see if it's still a problem. Use `./gradlew runIde` If...
this should be looked at at the same time as #650