Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good Call Hierarchy in Eclipse/PyDev

Is there a way to get a good call hierarchy in PyDev? I want to be able to select a function and see in which files it is called and eventually by which other functions. I tried the Hierarchy View in Eclipse by pressing F4, but it does not output what I want.

like image 950
Youcha Avatar asked Mar 22 '13 14:03

Youcha


1 Answers

PyDev has a find references with Ctrl+Shift+G (not sure that'd be what you're calling a call hierarchy).

like image 52
Fabio Zadrozny Avatar answered Sep 21 '22 14:09

Fabio Zadrozny