On Saturday, 6 March 2021 at 06:59:28 UTC, Rainer Schuetze wrote:


On 05/03/2021 12:26, Imperatorn wrote:
On Friday, 5 March 2021 at 10:57:05 UTC, Kagamin wrote:
On Thursday, 4 March 2021 at 13:42:47 UTC, Imperatorn wrote:
https://filebin.net/19gupoeedfdjx5tx

One GIF is the behaviour in C# I would like to have in D as well with static if, and the other is displaying typeid on hover.

The second is a debug session. Visual Studio doesn't show type information in debug session for C# either, only variable name and value.

True, but could it?

Visual D already does that with the help of the semantic highlighting: if an identifier is classified as a type or compile time value, it suppresses the debugger data tool tip and presents the usual one.

Oh, I see. What about dub integration. How much effort would it be to have something similar to what code-d has in vsc? Guesstimation?

Reply via email to