https://issues.dlang.org/show_bug.cgi?id=17811
--- Comment #5 from Rainer Schuetze <[email protected]> --- Yeah, some parts are tuned for dmd only. With "Goto Definition" I suspect that you have "Built Phobos browse info" some time in the past? That would be used as a fallback if semantic analysis didn't find a result. "Build and use local version of phobos with same compiler options" hasn't been tested on LDC, because, as you noted, the main use case is using a debug version of the runtime, and that is provided by LDC. The debug version is a lot slower, though. I don't think it should be the default, but there should probably be an option to enable it (replacing "build and use..."). --
