Standard Library Concerns (Phobos / Tango)

Robert Fraser fraserofthenight at gmail.com
Thu Feb 7 10:18:16 PST 2008


ElfQT wrote:
> These pains, module-code-separation and documentation can easily be eased with intellisense/intellihelp in a decent IDE.
> Need the code of a tango (or whatever) object or function?: right click on any expression and select go to definition.
> Need help on a tango (or whatever) object or function?: showing tooltip/dynapic help generated from ddoc-comment in source as you type, or by pressing ctrl-space (whatever), showing method, parameter, return info, including overloads...
> 
> If this will be possible who will care about how many files contain string functions?
> 
> ElfQT

It's very possible; all the stuff you mentioned is in Descent. 
Control-click for go-to definition and hover over a function or type to 
see it's (formatted) Ddoc.



More information about the Digitalmars-d mailing list