autocomplete-plus-python-jedi icon indicating copy to clipboard operation
autocomplete-plus-python-jedi copied to clipboard

Erroneous autocomplete popups

Open aaronkavlie-wf opened this issue 10 years ago • 1 comments

When I type a string key for a dictionary, I get a popup with builtin functions:

foo = {
    'bar': <- popup happens here

When I enter the value as a key, then a comma, it happens again.

This occurence is particularly intrusive, as it means that enter autocompletes to the abs() function rather than going to the next line.

aaronkavlie-wf avatar Jun 06 '15 00:06 aaronkavlie-wf

Yeah, Jedi is completing to basically any valid function / symbol (builtin or not) at some points. I filed an issue regarding this with Jedi, but I think I'll just build a workaround. The only thing is: how to determine reliably if this now is a "here's all symbols"-autocompletion?

tinloaf avatar Jun 10 '15 10:06 tinloaf