Open artemoks opened 2 years ago
I've run into this in VS 2022 as well. It looks like it used to be a problem, was fixed, and has now come back: https://github.com/VsVim/VsVim/issues/1963
Definitely a problem I'm experiencing as well in VS2022.
I am also experiencing this issue in VS2022.
Also experiencing this is VS2022.
Same here, quite annoying. seems to be happening a while ago at #1963 ?
Happening in C++ as well with Visual Assist.
Same here. Is there no way of making a mapping that exits the visual mode?
Something like this:
:map gd :vsc Edit.GoToDefinition<CR><ESC>
It doesn't work, but I guess the problem is that it presses ESC before it have gone to the definition.
This could have been an ugly solution, but it doesn't seem like VsVim support :sleep
:map gd :vsc Edit.GoToDefinition<CR>:sleep 100ms<ESC>
Same experience with C++ project editing
I am also experiencing this issue in VS2022.
I am also experiencing this issue in VS2022, but only with C++. The C# project works well.
Describe the bug GoToImplementation puts VsVim into the visual mode.
To Reproduce Steps to reproduce the behavior:
Expected behavior VsVim should stay in the command mode
Screenshots
Environment (please complete the following information):
Additional context Add any other context about the problem here.
Note: The following is written about contributing. https://github.com/VsVim/VsVim/blob/master/CONTRIBUTING.md
General Keyboard configuration problems are described below. https://github.com/VsVim/VsVim/issues/2527