pydev:查找对函数的所有引用

发布于 2024-12-09 11:00:14 字数 96 浏览 0 评论 0原文

以前可能有人问过这个问题,但我似乎找不到答案。我已经从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

℡Ms空城旧梦 2024-12-16 11:00:14

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).

云醉月微眠 2024-12-16 11:00:14

我相信您正在寻找的是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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文