mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 22:44:27 +08:00
import completion fully working
This commit is contained in:
@@ -162,7 +162,6 @@ def complete(source, line, column, source_path):
|
||||
if not isinstance(s, evaluate.Function):
|
||||
completions += s.get_defined_names()
|
||||
|
||||
#completions[0].
|
||||
completions = [c for c in completions
|
||||
if c.names[-1].lower().startswith(like.lower())]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user