VsVim icon indicating copy to clipboard operation
VsVim copied to clipboard

:vsc [View.ResourceView] puts VsVim in visual mode

Open supercomputer1 opened this issue 4 years ago • 1 comments

Describe the bug After using :vsc [View.ResourceView] to select a file in the resource view, VsVim opens the file in visual mode. I however think it would be more convenient if it opened the file in normal mode and thus not having to press escape to exit to normal mode.

To Reproduce Steps to reproduce the behavior:

  1. Execute the command :vsc View.ResourceView
  2. Nagivate the resource view with arrow keys
  3. Select the wanted resource
  4. Press enter
  5. Visual studio will now open the resource, but VsVim will be in visual mode.

Expected behavior I'd expect the resource to be opened in normal mode, instead of visual mode.

Environment (please complete the following information):

  • Visual Studio Community 2019 version: 16.10.3
  • VsVim version: 2.8.0.0
  • Programming Language: C#

supercomputer1 avatar Jul 16 '21 13:07 supercomputer1

Same with :vsc Edit.GoToImplementation

kpietraszko avatar Jul 01 '23 11:07 kpietraszko