cscope like tool

73 views
Skip to first unread message

Ajay Mendez

unread,
Oct 26, 2016, 1:44:36 PM10/26/16
to julia-users
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:

Isaiah Norton

unread,
Oct 26, 2016, 9:22:18 PM10/26/16
to julia...@googlegroups.com
I don't think so, but Lint.jl might be of interest: https://github.com/tonyhffong/Lint.jl

Ajay Mendez

unread,
Oct 28, 2016, 4:34:12 AM10/28/16
to julia-users
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.
Reply all
Reply to author
Forward
0 new messages