You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I search for some characters that modify the code under caret, it messes up. For example if I have caret under 'C' in Console.log("something"); when I search for 's' it deletes 'C' and the line becomes onsole.log("something");
Not only this, it also insert the found char in place of the found place. So for the previous search if the 's' in the "something" is highlighted with e.g. "A" then the result for finding and going to s from the "C" will be:
form Console.log("something");
to
onsole.log( "Asomething");
I use VsVim in Visual Studio professional 2015 on a Windows 10 PC.
The text was updated successfully, but these errors were encountered:
When I search for some characters that modify the code under caret, it messes up. For example if I have caret under 'C' in Console.log("something"); when I search for 's' it deletes 'C' and the line becomes onsole.log("something");
Not only this, it also insert the found char in place of the found place. So for the previous search if the 's' in the "something" is highlighted with e.g. "A" then the result for finding and going to s from the "C" will be:
form Console.log("something");
to
onsole.log( "Asomething");
I use VsVim in Visual Studio professional 2015 on a Windows 10 PC.
The text was updated successfully, but these errors were encountered: