The state of editor support for D is depressing, let's change that

user1234 user1234 at 12.de
Thu Aug 28 18:30:01 UTC 2025


On Thursday, 28 August 2025 at 14:34:00 UTC, xoxo wrote:
> I want to use DMD as a library to start building a reliable LSP.
>
> Problem is, there’s basically zero documentation on how to even 
> get started with that.
>
> Does anyone have pointers, examples, or any kind of reference 
> that could help?
>
> It’s insane how bad editor support is. Coming from Go, where 
> the core team actually develops and maintains their own LSP and 
> tools, it’s no wonder D never gained more traction.
>
> And yes, I have tried ServeD, it's not reliable..

```
auto a = b.this
            that
            f
            connect
            etc
```

It's indeed a way to discover a library.


More information about the Digitalmars-d mailing list