For D programming, I was wondering what sort of setup do people have in terms of code editor, plugins for editor and build system?
Do you have features like autocomplete and refactoring in your environment?
I recently started exploring D and I use VSCode and the code-d plugin with dub or simply dmd -run for small files, but was wondering what more seasoned developers use.
I almost exclusively code with JetBrains IDEs for almost every other language, especially Go. The way GoLand feels handcrafted for Go is phenomenal for me.
I've also used Spacemacs for D but Emacs is always hit or miss for me to setup Spacemacs so I gave up on Emacs, too much overhead, if I have to go beyond the install steps given by Spacemacs to make it work, it's not worth my time period.