Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VsVim: Is there a way to dismiss ReSharper intellisense and stay in insert mode?

When using VsVim and ReSharper, I type something that brings up the intellisense window. I want to make it go away, so I press the escape key. The intellisense window is gone, but I'm also back in normal mode.

Is there a way to make the intellisense window go away and stay in insert mode?

like image 384
Hugh Avatar asked Oct 30 '22 04:10

Hugh


1 Answers

I'm currently working on a guide for working with VsVim and Resharper ( https://github.com/keithn/vsvimguide )

One of the little tricks I found for this situation is to press Alt then Alt again and it gets rid of the autocomplete.

What it's actually doing is taking you to the menu bar then takes you back to editing but ditches the autocomplete in the process.

like image 93
Keith Nicholas Avatar answered Jan 04 '23 14:01

Keith Nicholas