VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.94k stars 1.32k forks source link

Proper Ctrl+N and Ctrl+P Completion #7435

Open xsrvmy opened 2 years ago

xsrvmy commented 2 years ago

Currently Ctrl+N and Ctrl+P just moves up and down the list of completions. Is there any way for this to fully complete instead like in vim?

celinval commented 1 year ago

Also, vim auto complete to any word, not just symbols.

EricDuminil commented 1 year ago

It's the last important feature I miss in VSCode + VSCodeVim. Is there any way we could help?

https://marketplace.visualstudio.com/items?itemName=Atishay-Jain.All-Autocomplete is a step in the right direction, but it mixes intellisense and word completion. It would be great to have two separate features, and a separate word completion with Ctrl+N/Ctrl+P.

xsrvmy commented 1 year ago

I was wondering about not having to press enter after Ctrl+N actually, not about having a seperate word completion.

EricDuminil commented 1 year ago

Sorry, I apparently misunderstood. Which completion are you talking about, then?

celinval commented 1 year ago

Sorry, so I guess we should create a separate issue. I'll create one that captures the correct behavior which is word completion. We keep this one to capture the extra enter that shouldn't be required.

hobbes3 commented 6 months ago

image The roadmap states that Ctrl-N and Ctrl-P autocompletion works in insert mode, but when I try, it keeps suggesting function and object completion (in Lua)... Maybe my Tabletop Simulator extension is conflicting with it? image