July 04, 2020
On Saturday, 4 July 2020 at 22:25:06 UTC, user1234 wrote:
> On Saturday, 4 July 2020 at 13:00:16 UTC, Rainer Schuetze wrote:
> This would have been worth a post in D.announce but D.learn is nice too I suppose ;)

The post appears in the two sections for some reason so there's no problem actually.


July 05, 2020
On 2020-07-04 13:00:16 +0000, Rainer Schuetze said:

> after having passed the 10 year anniversary of public availability
> recently, it is finally time to release version 1.0 of Visual D, the
> Visual Studio extension that adds D language support to VS 2008-2019.

Even I don't use an IDE, the debugger support alone is so valuable that I can't imagine wokring without it... Great job!

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

July 05, 2020

On 04/07/2020 15:00, Rainer Schuetze wrote:
> - debugger extension mago will now evaluate struct or class properties (methods or fields) __debugOverview, __debugExpanded and __debugTextView to customize the debugger display. mago can even display forward ranges as a list, but that is currently rather slow, so it is disabled by default (see debugger options).
> 

I have added some documentation and screenshots here: https://rainers.github.io/visuald/visuald/Debugging.html#customization
July 05, 2020
On Sunday, 5 July 2020 at 19:02:23 UTC, Rainer Schuetze wrote:
>
>
> I have added some documentation and screenshots here: https://rainers.github.io/visuald/visuald/Debugging.html#customization

Thank you very much, Rainer. Your efforts on this and the gc are really appreciated.

July 06, 2020
On Saturday, 4 July 2020 at 13:00:16 UTC, Rainer Schuetze wrote:
>
> Cheers,
> Rainer

I installed it but I cannot choose a D project when creating a new project. I have VS2019 community edition but I'm running as a user without admin rights. If I use an account with admin rights, then I can actually choose a D project.
July 07, 2020
Very nice!

Please consider writing an article about your work!
July 07, 2020
On Saturday, 4 July 2020 at 13:00:16 UTC, Rainer Schuetze wrote:
> See https://rainers.github.io/visuald/visuald/VersionHistory.html for the complete list of changes.
>
> Cheers,
> Rainer

Anyone who uses VisualD and Code-D can compare the two? (Yes, I know the difference between Visual Studio and Visual Studio Code).
July 08, 2020
On Tue, Jul 7, 2020 at 10:00 PM JN via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote:

> On Saturday, 4 July 2020 at 13:00:16 UTC, Rainer Schuetze wrote:
> > See https://rainers.github.io/visuald/visuald/VersionHistory.html for the complete list of changes.
> >
> > Cheers,
> > Rainer
>
> Anyone who uses VisualD and Code-D can compare the two? (Yes, I know the difference between Visual Studio and Visual Studio Code).
>

The difference is night vs day... VisualD is, by far, like REALLY FAR, the
most mature and useful IDE and debug environment for D.
TL;DR: if you are a D dev, and you use Windows, you should definitely try
Visual Studio + VisualD. I for one couldn't work without it!


July 08, 2020
On 7/7/2020 6:26 PM, Manu wrote:
> The difference is night vs day... VisualD is, by far, like REALLY FAR, the most mature and useful IDE and debug environment for D.
> TL;DR: if you are a D dev, and you use Windows, you should definitely try Visual Studio + VisualD. I for one couldn't work without it!

One great thing about Rainer doing VisualD is he has leveraged that to make crucial changes to dmd's output to better work with the Visual debugger.
July 08, 2020
On Wednesday, 8 July 2020 at 01:26:55 UTC, Manu wrote:
> On Tue, Jul 7, 2020 at 10:00 PM JN via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote:
>
>> On Saturday, 4 July 2020 at 13:00:16 UTC, Rainer Schuetze wrote:
>> > See https://rainers.github.io/visuald/visuald/VersionHistory.html for the complete list of changes.
>> >
>> > Cheers,
>> > Rainer
>>
>> Anyone who uses VisualD and Code-D can compare the two? (Yes, I know the difference between Visual Studio and Visual Studio Code).
>>
>
> The difference is night vs day... VisualD is, by far, like REALLY FAR, the
> most mature and useful IDE and debug environment for D.
> TL;DR: if you are a D dev, and you use Windows, you should definitely try
> Visual Studio + VisualD. I for one couldn't work without it!


VodualD is great. I appreciate the people behind it. Great thanks to your all.

Setting up visual D is not user friendly. I downloaded visualD+dmd+LDC since version 0.52 I could not run ordinary Hello World. All kind of errors. I seek help on the learn group several times to not help. My experience with visual D is bad.


Code-d on the order hand does not take 5mins to set up and you are good to go. It works great. Run your code without and errors. Code-d mirror well the ease of using the D compiler

Later on I will post my error here if anybody can help out.

Thanks to the authors of visualD and code-d, you people have done great job and should be proud of yourself. You have push D to another level of success and give users great ease of setting up D

A million thanks to you alll