Re: Listing all function declarations

2016-02-11 Thread Erik Rose
> Is there a way to search using filters AND wild cards in DXR? For example, > if I wanted to list all the methods defined on There isn't right now, but it's something we could add. Can you describe the sorts of tasks you'd use it for? Cheers, Erik

Re: Listing all function declarations

2016-02-11 Thread Peter Snyder
Thanks for the reply Erik, There are a couple of things where it'd be very useful at the moment. We'd like to test the coverage of other tools we're using (LOC and other complexity measures) and we'd like to get confidence that we're measuring all methods / functions in the code base. We're