Open xsrvmy opened 2 years ago
Also, vim auto complete to any word, not just symbols.
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.
I was wondering about not having to press enter after Ctrl+N actually, not about having a seperate word completion.
Sorry, I apparently misunderstood. Which completion are you talking about, then?
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.
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?
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?