在 Eclipse+Pydev 中转到定义的[快捷方式/其他方式]是什么

发布于 2024-08-18 19:14:44 字数 104 浏览 7 评论 0原文

我曾经使用 WingIde,其中我经常使用的快捷方式(f4,默认)是 Goto 定义,它将打开定义文件,并将我带到它。 eclipse+pydev 有类似的快捷方式吗?

I used to use WingIde, where in a shortcut(f4, default) which I used quite often was Goto definition, which will open the definition file, and take me to it. Is there a similar shortcut for eclipse+pydev?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(5

南…巷孤猫 2024-08-25 19:14:44

对于 Aptana Pydev,您可以“转到定义”:F3
安德鲁·法兰加 下面的评论 Alt+ 允许您返回到离开的位置)

“转到定义”操作使您能够访问给定的定义。

  • 它适用于“self”标记
  • 它可以处理来自参数的方法/属性(如下图所示)。

转到定义

For Aptana Pydev, you have "Go To Definition": F3
(Andrew Falanga comments below that Alt+ allows you to return to the point you left)

The 'go to definition' actions enables you to get to a given definition.

  • It works well on 'self' tokens
  • It can work on methods / attributes from parameters (as the image below shows).

goto definition

机场等船 2024-08-25 19:14:44

正如其他人回答的那样,F3 是可行的方法,但更进一步,您可能还想看看 ctrl+shift+t 来浏览所有可用的令牌,ctrl+shift+r 来浏览所有文件。

As others answered, F3 is the way to go, but going a bit further, you might also want to take a look at ctrl+shift+t to browse all the tokens available and ctrl+shift+r to browse all the files.

绮筵 2024-08-25 19:14:44

假设您的意思是“转到定义方法/类/变量的位置”,在 Eclipse 中,它是 F3

Assuming you mean "go to where a method/class/variable" is defined, in Eclipse, it is F3

梦里人 2024-08-25 19:14:44

尽管这个问题相当有时间限制,但也许这种更通用的方法将帮助其他人在 Eclipse 中寻找特定的捷径。

帮助 - 按键辅助... 打开所有可用快捷键的列表,按说明按字母顺序排序。 (“开放声明”是此处查找的内容。)

窗口 - 首选项 - 常规 - 按键可让您编辑快捷方式。

Although the question is pretty time-barred, maybe this more general approach will help others looking for specific short-cuts in eclipse.

Help - Key Assist... opens a list of all available short-cuts, alphabetically sorted by description. ("Open Declaration" was the one looked for here.)

Window - Preferences - General - Keys lets you edit the short-cuts.

反差帅 2024-08-25 19:14:44

实际上,当您设置MSVC schema时,它不起作用。在日食火星去
Windows->首选项,然后转到常规->按键(或在类型过滤器文本中键入按键)然后在Keys中的type filter text中输入definition。然后您将在Python Go To Definition 下面的command 中看到。在Binding文本编辑中,您可以设置任何您想要的快捷方式。

Actually it does not work when you set MSVC scheme. In eclipse mars go to
Windows->preferences then go to General->keys (or in type filter text type keys) then in Keys in type filter text type definition. Then you shall see in command below Python Go To Definition. In Binding text edit you can then set any shortcut you want.

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