Thanks for the pointer. I'm looking for a way to browse code. Reduced to 
the essential, given a method foo() what are its callers and calees. The 
methods in Lint.jl do look promising, though I need to cobble together 
something I can call from the shell.

On Thursday, October 27, 2016 at 6:52:18 AM UTC+5:30, Isaiah wrote:
>
> I don't think so, but Lint.jl might be of interest: 
> https://github.com/tonyhffong/Lint.jl
>
> On Wed, Oct 26, 2016 at 8:56 AM, Ajay Mendez <[email protected] 
> <javascript:>> wrote:
>
>> Looking for a tool to grok large projects, a la cscope. 
>> methods(method_name) is good but insufficient. For those unfamiliar with 
>> cscope, it allows the following queries:
>>
>> Find this C symbol:
>> Find this global definition:
>> Find functions called by this function:
>> Find functions calling this function:
>> Find this text string:
>> Change this text string:
>> Find this egrep pattern:
>> Find this file:
>> Find files #including this file:
>> Find assignments to this symbol:
>>
>>
>

Reply via email to