Like Go/Rust, why not to have "func" keyword before function declaration
Brian Schott via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 19 16:13:35 PST 2015
On Monday, 19 January 2015 at 22:49:41 UTC, Ary Borenszweig wrote:
> So... how do you search for a function definition in D without
> an IDE?
Running `dscanner --help` prints this:
--declaration | -d symbolName [sourceFiles sourceDirectories]
Find the location where symbolName is declared. This should
be more
accurate than "grep". Searches the given files and
directories, or the
current working directory if none are specified.
More information about the Digitalmars-d
mailing list