-
**Describe the bug**
GoToImplementation puts VsVim into the visual mode.
**To Reproduce**
Steps to reproduce the behavior:
1. Set a cursor on a symbol
2. Ctrl+F12
3. VS jumps to the imple…
-
**Describe the bug**
My box has VS19 ENT and VS22 ENT installed. But when installing vsvim, it cannot detect VS22.
**To Reproduce**
Install vsvim.
**Expected behavior**
Detect VS22.
**Sc…
kgfly updated
3 years ago
-
**Describe the bug**
In VS2022, the insert caret is nearly invisible in dark mode. Furthermore, settings do not appear to have an impact on the color of the caret. Disabling VsVim causes the caret to…
-
In ReSharper, typing "prop " starts the macro to create a new property on a class. First entry is the type (TYPE), fill that in and hit tab to name the property. With VsVim enabled, hitting tab afte…
-
getting an auto tab command run, when hitting tab to auto-complete IntelliCode
tried:
toggling: use visual studio tab/ backspace
maping: imap , inoremap
enabling tab to auto complete under…
-
**Describe the bug**
With VsVim for VS 2022 preview installed (under the preview 2 and preview 2.1), attempting to open any file in the solution explorer (by single-clicking or double-clicking) crash…
-
**Describe the bug**
In a c++ file using % to navigate through If else when there is a comment that has a } character vsVim will incorrectly match this line .
**To Reproduce**
Steps to reproduce …
-
**Describe the bug**
After updating to the most recent version of visual studio (17.5), every **second** clipboard operations take around 4 seconds.
**To Reproduce**
`set clipboard=unnamed`
Copy…
-
Would be nice to have this in 2022.
-
**Describe the bug**
I recently updated to VS 2019 16.5.4 and now \-n/\-p no longer work in insert mode.
**To Reproduce**
Write the following text in a code file
// FooBar
Now open a new line…