question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Autocomplete select the first candidate automatically

See original GitHub issue

given

let g:jedi#popup_select_first=0

and

completeopt=menuone,longest  " preview is not set since i don't like it

however, jedi-vim sometimes still insert the first candidate, as the snapshot shows, I’m using vim 7.4 and the latest master jedi-vim, I think you really need to take this bug seriously since so many people have been suffering it for so long, current this is the biggest issue.

you can reproduce this bug by repeating this: 1. press dot 2. select a word 3. delete the word and the dot 4. press dot again

untitled

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
davidhaltercommented, Mar 6, 2014

I think you really need to take this bug seriously since so many people have been suffering it for so long

That’s crap. I have to take this bug as serious as I want. It’s not something extremely complicated; I cannot reproduce it and there’s just no reason why I have to do things. I’m extremely happy to accept pull requests and as you can tell from the PR history, I have almost never rejected anything (especially not after a discussion).

This is really how open source works. If you don’t like something - change it - and try to get it merged upstream.

0reactions
j5shicommented, Apr 13, 2014

于 3/7/2014 5:45 PM, Dave Halter 写道:

Sorry mate, just didn’t like the tone of your first post. I don’t have a nerve for people telling me what to do and what not, as long as I’m doing unpaid work 😃

Thanks for the research, that might help other people tremendously. Just one question: Does it help if you disable |popup_on_dot|? Would that resolve it?

— Reply to this email directly or view it on GitHub https://github.com/davidhalter/jedi-vim/issues/258#issuecomment-37009333.

there’s a typo in Jedi-vim help doc, there are two “is a”, marked as follows.

"1. Introduction jedi-vim-introduction

Jedi-vim is a is a Vim binding to the awesome Python autocompletion library jedi. Among jedi’s (and, therefore, jedi-vim’s) features are: "

Read more comments on GitHub >

github_iconTop Results From Across the Web

company-mode not auto-completing first candidate : r/emacs
Now if there are no candidates yet selected and I hit <tab> the candidate box goes away and the first is selected. Otherwise...
Read more >
How do you trigger autocomplete "select" event manually in ...
To do so, the select: event creates a hidden input with the ID of the clicked item, checks if it was already selected...
Read more >
Auto-completion - Notepad++ User Manual
Auto -insertion​​ Through Settings > Preferences > Auto-Completion, the Auto-Insert options allow selection of any or all of five predefined characters— ...
Read more >
Bash autocomplete: first list files then cycle through them
Bash autocomplete: first list files then cycle through them ... on" will just list the candidates on the first tab without auto-completion.
Read more >
auto-complete.el - EmacsWiki
TAB (ac-expand) behave as completion (ac-complete) ;; after you select candidate ;; c. Disapear automatically when you ;; complete a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found