andre2007
andre2007
I can confirm that SDK source paths are passed to DCD server as import paths (recent enhancement). For dub there is a separate setting in IntelliJ and for me that...
@SingingBush i think the label "dfmt" is wrong. The issue is not about dfmt. It is about the internal formatting of Intelli / D plugin, which causing UI freeze. I...
At the moment, I rarely have time to develop from my PC but from time to time to develop from my android phone. When I have more time again I...
Yes, the old logic should be kept. More precise, dmd lists the location of the config file ``` DMD64 D Compiler v2.086.1 Copyright (C) 1999-2019 by The D Language Foundation,...
I solved a similar issue by having a debug config and a deploy config in dub.json. The preGenerateCommands creating the version file is only in the deploy config. Maybe s.th....
Update: I got the integration scenario working (intellij-dlanguage, intellij-lsp + dls). It just had to increase the initial timeout in intellij-lsp. I deactivated dscanner, dcd and dfmt in intellij-dlanguage settings...
Instructions added https://github.com/intellij-dlanguage/intellij-dlanguage.github.io/pull/3. I also think we should go for option 1 because that will be the most convenient and most powerful option. But until we have the time to...
Exactly. Also there is a GSOC project to implement a D language server protocol using DMD as library. Beeing able to select which of the 3 l.s.p. should be used...
@pirocks @SingingBush I learned there is the IntelliJ plugin https://github.com/ballerina-platform/lsp4intellij meant to be used by plugins like ```intellij-dlanguage``` for easily accessing language server functionality. Plugin ```intellij-lsp``` is meant for end-users...
I think the most missing resource here is time. So many ideas and no time at all ): In general every java/kotlin developer can help here.