Vsvim: Navigating intellisense with ^N ^P

Created on 17 Jun 2011  路  5Comments  路  Source: VsVim/VsVim

Not sure how easy would be to implement this, but I think that would be a good feature.

need more data

Most helpful comment

246 is not exactly the same as in vim.

In vim, once you have triggered one type of completion (lexical, line, dictionary, file...), then CTRL-N and CTRL-P navigate in that completion.
In VsVim CTRL-N and CTRL-P always trigger the lexical completion. Even when there is already an "intellisense" completion open (the one triggered with this.). It should navigate in the "intellisense" instead of opening the lexical completion.

All 5 comments

I'm not quite sure what you mean by navigating intellisense. Could you explain a bit more?

Most likely he means navigating through the autocomplete dropdowns. When you type this. and the autocomplete comes up, he wants to use ctrl-n and ctrl-p to go down and up through the list instead of reaching over to hit the arrow keys.

If that is indeed the case issue #246 is covering that.

https://github.com/jaredpar/VsVim/issues/246

MarkLIC is correct. That's what I meant.

246 is not exactly the same as in vim.

In vim, once you have triggered one type of completion (lexical, line, dictionary, file...), then CTRL-N and CTRL-P navigate in that completion.
In VsVim CTRL-N and CTRL-P always trigger the lexical completion. Even when there is already an "intellisense" completion open (the one triggered with this.). It should navigate in the "intellisense" instead of opening the lexical completion.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

iamkarlson picture iamkarlson  路  7Comments

kkorus picture kkorus  路  7Comments

drhoda picture drhoda  路  7Comments

academician picture academician  路  3Comments

kalebpederson picture kalebpederson  路  6Comments