August 30, 2015
Hi all
I use a modified version of the D compiler v1 which looks for files like
clang.c/index.d
clang.c.index.d
if there is no file clang/c/index.d present

It is a personal preference. It is not fun to inspect sources jumping
around many directories.
Is this already done for the current D compiler?
August 30, 2015
On Sunday, 30 August 2015 at 04:42:20 UTC, Sergey Korshunoff wrote:
> Hi all
> I use a modified version of the D compiler v1 which looks for files like
> clang.c/index.d
> clang.c.index.d
> if there is no file clang/c/index.d present
>
> It is a personal preference. It is not fun to inspect sources jumping
> around many directories.
> Is this already done for the current D compiler?

I would suggest using symlinks instead, it's even available for windows these days(vista+):
see mklink