6 ms·
Visual D with Visual Studio is the gold standard, with full debugging, autocomplete, and static analysis support. Code-D with VS Code is also great, and it has
by EvenThisAcronym 7y ago
Visual D with Visual Studio is the gold standard, with full debugging, autocomplete, and static analysis support.
Code-D with VS Code is also great, and it has fairly recently gotten funding from the D Language Foundation for further development.
There's also DCD, D-Scanner and dfmt which can be used with a lot of different editors.
- 1980phipsi 7y agoDo either Visual D or Code-D work with Linux or WSL? It would be really nice to have the GUI for debugging linux code. Some libraries are just much easier to get set up in linux.
- aldacron 7y agoVisual D is a plugin for Visual Studio, so no. Code-D is a plugin for VS Code, so it works anywhere VS Code does.
- 1980phipsi 7y agoAlso, what's the difference between code-d [1] and dlang-vscode [2] [1] https://marketplace.visualstudio.com/items?itemName=webfreak.code-d&ssr=false https://marketplace.visualstudio.com/items?itemName=webfreak... [2] https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang https://marketplace.visualstudio.com/items?itemName=dlang-vs... Edit: It seems that dlang-vscode recommends to instead use vscode-dls [3] or code-dlang. [3] https://marketplace.visualstudio.com/items?itemName=LaurentTreguier.vscode-dls https://marketplace.visualstudio.com/items?itemName=LaurentT...