How to activate VsVim?

I am using ReSharper in Visual Studio, but I am also a vim user. I heard this VsVim. I downloaded it and installed the extension for visual studio 2010. But it cannot get any of the vim commands to work. Actually, I don’t think I managed to get VsVim to work, because none of the vim button keys work. I suspect ReSharper is blocking the extension. How to activate this extension of VsVim and start using it?

+8
source share
3 answers

To verify that VsVim is installed correctly, you can enter the extension manager in Visual Studio 2010 (Tools / Extension Manager ... / Installed Extensions). You should see a list of VsVim.

If it is not listed, then installing it through Extension Manager is probably the easiest way. In the extension manager, click Online Gallery. Then find VsVim in the "Search the Web" window. It should appear in the search results and give you the opportunity to install it.

The author of VsVim, @JaredPar, tested VsVim against Resharper 5.1 and 6.0 . If you use one of these versions and still have problems, he will probably appreciate your feedback on the VsVim error tracker .

+16
source

I had to restart Visual Studio after installing VsVim before it started working.

I later disabled VsVim. When I tried to reuse it, it no longer appeared even after restarting Visual Studio. I had to uninstall, reinstall, restart Visual Studio, and then it worked.

+3
source

If you want to enable / disable the VsVim plugin in visual studio 2017, make sure that the VsVim plugin handles vsvim ctrl + shift + f12

example:

enter image description here

0
source

Source: https://habr.com/ru/post/907212/


All Articles