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

Reply via email to