mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-17 01:15:02 +08:00
private members are now being put at the end of a completion list, #78
This commit is contained in:
@@ -168,6 +168,7 @@ class Script(object):
|
||||
|
||||
|
||||
return sorted(comps, key=lambda x: (x.word.startswith('__'),
|
||||
x.word.startswith('_'),
|
||||
x.word.lower()))
|
||||
|
||||
def _prepare_goto(self, goto_path, is_like_search=False):
|
||||
|
||||
Reference in New Issue
Block a user