Goto on a function/attribute in a class now goes to the definition in its super class, fixes #1175

This commit is contained in:
Dave Halter
2019-12-24 12:49:23 +01:00
parent a21f443756
commit 9578e4252b
3 changed files with 45 additions and 1 deletions
+2
View File
@@ -8,6 +8,8 @@ Changelog
- **Add** ``Script.get_context`` to get information where you currently are.
- Goto on a function/attribute in a class now goes to the definition in its
super class.
- Big **Script API Changes**:
- The line and column parameters of ``jedi.Script`` are now deprecated
- ``completions`` deprecated, use ``complete`` instead