pydev: find all references to a function

前端 未结 2 861
天命终不由人
天命终不由人 2021-02-02 07:36

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 f

相关标签:
2条回答
  • 2021-02-02 07:57

    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

    0 讨论(0)
  • 2021-02-02 08:18

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

    0 讨论(0)
提交回复
热议问题