You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
andgoto_assignments
, which is basically what I ask for.The text was updated successfully, but these errors were encountered: