Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Erroneous autocomplete popups #28

Open
aaronkavlie-wf opened this issue Jun 6, 2015 · 1 comment
Open

Erroneous autocomplete popups #28

aaronkavlie-wf opened this issue Jun 6, 2015 · 1 comment

Comments

@aaronkavlie-wf
Copy link

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.

@tinloaf
Copy link
Owner

tinloaf commented Jun 10, 2015

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants