How do I get CTRL+P / CTRL+N non-IntelliSense completion identical to how it works in VIM? #7612
Unanswered
danielemegna
asked this question in
Q&A
Replies: 1 comment
-
Add this to
It wont be exactly what you want but you can give it a try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The main thing missing in my VSCodeVim setup is CTRL+P and CTRL+N simple word completion when in insert mode.
I have googled extensively on how to set this up, but found nothing that works the way I expect.
I do not want IntelliSense to interfere with this completion, I just want simple word completion that works in any context (e.g., comments, strings, etc). Here is an example:
When I've typed
a_ve
in the comment, CTRL+P should suggesta_very_long_variable_name
(as well as any other word in the document starting with a_ve). CTRL+N should do the same, except that suggestions should be ordered differently.Is it possible to get this behavior in VSCode with VSCodeVim?
Beta Was this translation helpful? Give feedback.
All reactions