forked from VimPlug/jedi
Add follow_imports to Definition.goto, fixes #1474
This commit is contained in:
@@ -26,6 +26,8 @@ Changelog
|
||||
- ``usages`` deprecated, use ``get_references`` instead
|
||||
- ``jedi.names`` deprecated, use ``jedi.Script(...).get_names()``
|
||||
- ``BaseDefinition.goto_assignments`` renamed to ``BaseDefinition.goto``
|
||||
- Add follow_imports to ``Definition.goto``. Now its signature matches
|
||||
``Script.goto``.
|
||||
- Python 2 support deprecated. For this release it is best effort. Python 2 has
|
||||
reached the end of its life and now it's just about a smooth transition.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user