srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

completion must be accepted with enter key many times #275

Open brandondube opened 5 years ago

brandondube commented 5 years ago

When I type, Jedi produces autocompletions,

After hitting enter to accept the top completion, it sticks:

I have to mash enter many times to dismiss the completion. This is particularly annoying with import completions. Am I using it wrong?