mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +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('__'),
|
return sorted(comps, key=lambda x: (x.word.startswith('__'),
|
||||||
|
x.word.startswith('_'),
|
||||||
x.word.lower()))
|
x.word.lower()))
|
||||||
|
|
||||||
def _prepare_goto(self, goto_path, is_like_search=False):
|
def _prepare_goto(self, goto_path, is_like_search=False):
|
||||||
|
|||||||
Reference in New Issue
Block a user