How can we make it easier to experiment with the compiler?

Alexandru Ermicioi alexandru.ermicioi at gmail.com
Wed May 26 17:28:32 UTC 2021


On Wednesday, 26 May 2021 at 01:38:59 UTC, Paul Backus wrote:
>
> For what it's worth, I've found that exploration and navigation 
> of DMD code becomes much more manageable with an editor that 
> supports "goto definition"--ideally with history, so you can 
> jump backwards too.

That's if you've got a starting point in the source code, then 
yeah it is a lot better (thx to all who did work on LSP related 
projects for D), however it won't help when you try to find some 
functionality which you don't know in what module is.


More information about the Digitalmars-d mailing list