On Saturday, 10 August 2024 at 18:11:25 UTC, Sergey wrote:
On Saturday, 10 August 2024 at 16:50:11 UTC, Ian wrote:
How do I get started with Windows desktop programming in D?
Any recommended IDEs? (I have decent experience with C/C++)
Hi Ian.
Many people who previously worked with Visual Studio like
VisualD.
For others one of the best support is in Visual Studio Code
with code-d extension (which is using D's LSP - serve-d).
I briefly found several useful links for your request. Feel
free to check them :)
(please be aware that some pages on D's Wiki could be outdated):
1) https://wiki.dlang.org/Getting_Started
2) https://computingonplains.wordpress.com/d-on-windows/
3) https://github.com/AndrejMitrovic/DWinProgramming
4) https://wiki.dlang.org/Category:Windows
Thank you for responding. I did get started with Visual D but
I'll review your other links as well.