mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-22 01:38:28 +08:00
removed a lot of the goto usages, used goto_assignments instead. Did the same also for a lot of definition uses
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# goto command tests are a different in syntax
|
||||
# goto_assignments command tests are different in syntax
|
||||
|
||||
definition = 3
|
||||
#! 0 ['a = definition']
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Renaming tests. This means search for related names.
|
||||
Renaming tests. This means search for usages.
|
||||
I always leave a little bit of space to add room for additions, because the
|
||||
results always contain position informations.
|
||||
"""
|
||||
|
||||
3
test/completion/thirdparty/jedi_.py
vendored
3
test/completion/thirdparty/jedi_.py
vendored
@@ -10,8 +10,7 @@ el.description
|
||||
|
||||
|
||||
scopes, path, dot, like = \
|
||||
functions.prepare_goto(source, row, column,
|
||||
source_path, True)
|
||||
api._prepare_goto(source, row, column, source_path, True)
|
||||
|
||||
# has problems with that (sometimes) very deep nesting.
|
||||
#? set()
|
||||
|
||||
Reference in New Issue
Block a user