On Sun, Jun 7, 2020 at 5:30 AM mw via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
On Saturday, 6 June 2020 at 11:29:01 UTC, ADEV wrote:
> I want to code in peace
>
> I want my favorite IDE to provide great auto-completion, so i
> can avoid stupid typos, and be more productive
>
> I want my favorite IDE to have an integrated debugger, so i can
> fix bugs in peace

Have you tried Visual D ?

http://rainers.github.io/visuald/visuald/StartPage.html


I think we should add this VisualD link directly on
https://dlang.org/ or
https://dlang.org/download.html

to give new user to D a better starter experience.


VisualD is on the download page actually, but it should be higher with a big icon.
One interesting detail is that VisualD can manage the toolchain installations, which is very convenient, so a new D user who chooses VisualD should not be misdirected by attempting to install toolchains themselves when they don't need to complete those tasks to get moving.
Less steps in the getting-started guide is good.