would you use a VS-like IDE for D in your everyday?

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Tue May 20 16:10:11 UTC 2025


On 21/05/2025 4:05 AM, Neto wrote:
> On Tuesday, 20 May 2025 at 15:51:57 UTC, Richard (Rikki) Andrew 
> Cattermole wrote:
>> On 21/05/2025 3:45 AM, Neto wrote:
>>> or such a thing is a waste of time? I wonder why we didn't have such 
>>> IDE yet or am I missing something?
>>
>> We have VS, VS-Code, and IntelliJ.
>>
>> Apart from better support, it seems like we have everything covered on 
>> this front.
> 
> Does it have a GUI builder like C#'s? the package manager and build 
> system match to C#'s?

VS-Code and IntelliJ support dub for build system.

VisualD hasn't caught up with the times on that one, it requires you to 
use VS project representation.

As for GUI builder? We do not have an official GUI toolkit that can be 
used in such a builder, people do it normally within code only.



More information about the Digitalmars-d-ide mailing list