> So... how do you search for a function definition in D without an IDE?
Regular Expression Search for FunctionName.*\n\s*\{ or FunctionName.*\{ depending on brace style being used.
> So... how do you search for a function definition in D without an IDE?
Regular Expression Search for FunctionName.*\n\s*\{ or FunctionName.*\{ depending on brace style being used.