pydev:查找对函数的所有引用
以前可能有人问过这个问题,但我似乎找不到答案。我已经从 Windows 迁移到 Linux,并最近开始使用 PyDev (Aptana),但我似乎找不到如何找到对函数的所有引用。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Ctrl+Shift+G 将查找 PyDev 中对函数的所有引用(F3 将转到函数的定义)。
Ctrl+Shift+G will find all the references to a function in PyDev (F3 will go to the definition of a function).
我相信您正在寻找的是F3。如果 pydev 的所有键绑定未在以下位置列出:
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