What is the [shortcut/other way] for go to definition in Eclipse+Pydev

前端 未结 5 1850
感情败类
感情败类 2021-02-01 03:53

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 the

5条回答
  •  无人及你
    2021-02-01 04:03

    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

提交回复
热议问题