digitalmars.D.learn - Getting started
How do I get started with Windows desktop programming in D? Any recommended IDEs? (I have decent experience with C/C++)
Aug 10
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
Aug 10
On Saturday, 10 August 2024 at 18:11:25 UTC, Sergey wrote:On Saturday, 10 August 2024 at 16:50:11 UTC, Ian wrote:Thank you for responding. I did get started with Visual D but I'll review your other links as well.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
Aug 10
On Saturday, 10 August 2024 at 23:29:42 UTC, Ian wrote:On Saturday, 10 August 2024 at 18:11:25 UTC, Sergey wrote:For D, I will recommend Zed (may have to compile on windows) with the D extension. Faster, smoother especially for D. But the suggested above are more popular here.On Saturday, 10 August 2024 at 16:50:11 UTC, Ian wrote:Thank you for responding. I did get started with Visual D but I'll review your other links as well.[...]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
Aug 21