Skip to content

goto definition of final target #386

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
diefans opened this issue Apr 19, 2018 · 1 comment
Closed

goto definition of final target #386

diefans opened this issue Apr 19, 2018 · 1 comment

Comments

@diefans
Copy link

diefans commented Apr 19, 2018

My Problem:
If I inspect some Python code, I eventually want to jump to the class/function definition of a symbol. Now I can do this by first go to the import and then go to the definition or the next import. This is annoying, since there is always a jump to the import, where I loose "orientation" and "pollute" my jumplist...

Is it possible to have a function to jump to the final/last definition?

In Jedi there is a distinction between goto_definitions and goto_assignments, which is basically what I ask for.

@diefans
Copy link
Author

diefans commented Apr 19, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant