5 ms·
Which IDE best supports D? I’m a fan of JetBrains products in general but would happily install something else for better ergonomics.
by berkeleynerd 3y ago
Which IDE best supports D? I’m a fan of JetBrains products in general but would happily install something else for better ergonomics.
- tastyminerals2 3y agoVSCode with a code-d plugin.
- Alifatisk 3y agoI remember that extension eating 3 GB of ram on my macbook because I had format-on-save on.
- tastyminerals2 3y agoThis plugin has been worked on and the issue could have been fixed by now. I rarely used VSCode for D because the language doesn're really need an IDE support like Java or Scala. But I do agree that for beginners and IDE support is important. I use vim with DCD: https://github.com/dlang-community/DCD https://github.com/dlang-community/DCD
- Alifatisk 3y agoJust checked, the issue does not persist anymore.
- jussij 3y agoThere D wiki has this list: https://wiki.dlang.org/IDEs https://wiki.dlang.org/IDEs
- p0nce 3y agoVisualD if you're accustomed to Visual Studio classic it's pretty much the same.
- WhereIsTheTruth 3y agoD has a language server (LSP) you can use any IDE/editor that supports it - Sublime Text - vscode - vim/nvim - emacs etc.. https://github.com/Pure-D/serve-d/ https://github.com/Pure-D/serve-d/