https://issues.dlang.org/show_bug.cgi?id=18889

--- Comment #3 from Rainer Schuetze <r.sagita...@gmx.de> ---
I have now added that with semantic highlighting enabled, tooltip requests are
no longer forwarded to the debugger if hovering a compile time identifier
(type/enum), thus showing the tooltip of the semenatic analyzer.

That should help in most cases, even without appropriate debug information.
Aliases as in your example are never anything that the debugger knows about
anyway, they don't make it into the compiler backend.

--

Reply via email to