Ask HN: D programmers, what does your development setup look like?
https://news.ycombinator.com/item?id=21921994For 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.