Eclipse D Development Tools (DDT) plug-in version 0.10.2 released

Bruno Medeiros via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Sep 2 09:48:26 PDT 2014


On 30/08/2014 22:00, "Nordlöw" wrote:
> On Thursday, 28 August 2014 at 21:20:48 UTC, Bruno Medeiros wrote:
>>> - Mouse hovering over an auto keyword will show the resolved type
>
> - How is this implemented?
> - Will this expand to cover any expression at the cursor in the future?
> This would be a super promotor for introducing D to newcomers.

It works the same as code completion. So if invoking code completion 
works in code such as:
   (<some_exp>).►
where ► is the cursor location, then the auto hover will also be able to 
figure out the type of <some_exp>. (It's pretty much the same mechanism 
underlying it)

-- 
Bruno Medeiros
https://twitter.com/brunodomedeiros


More information about the Digitalmars-d-announce mailing list