Autocomplete select the first candidate automatically
See original GitHub issuegiven
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
Issue Analytics
- State:
- Created 10 years ago
- Comments:7 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
于 3/7/2014 5:45 PM, Dave Halter 写道:
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: "