I've using sublime for C coding for a while. With the help of cscope I can easily find the function/symbol calling chain (function/symbol called by which function) and jump freely. But recently I am reading perl code and cannot find a easy way to jump to the source of calling function. Don't want to search the whole project to find each time.
Is there any plugin to help display perl function calling relation? Or is there any open source editors on mac to accomplish this? Thanks!