pydev: find all references to a function

Question:

This has probably been asked before but I can’t seem to find the answer. I’ve moved from windows to Linux and started using PyDev (Aptana) recently but what I cannot seem to find is how to find all references to a function.

Asked By: DDecoene

||

Answers:

I believe what you are looking for is F3. If not all of the key bindings for pydev are listed at:
http://pydev.org/manual_adv_keybindings.html

Answered By: eomer

Ctrl+Shift+G will find all the references to a function in PyDev (F3 will go to the definition of a function).

Answered By: Fabio Zadrozny
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.