visual studio copy paste bug

Viewed 26503

when i hit ctrl + c without selecting anything (it should copy that line) and make some changes in the code then paste to another section, however the copied code is no longer there. im using visual studio 2010 and 2008, they both have this bug. anyone else noticed this bug?

9 Answers

I had the same copy paste problem in vs2017 and i reset the keyboard shortcuts. Resharper the culprit.

Tools -> Options -> Search for keyboard(in search options) and click on Reset button.

enter image description here

I had the same issue in a new VS 2017 install on a Lenovo Thinkpad w/ Windows 10. In VS IDE, Tools -> Options->Keyboard , in the 'apply the following additional keyboard mapping scheme' dropdown (tried Default, no change) tried 'visual Studio Code' and clicked the 'Reset' button. I also changed the 'General -> color theme' from 'Blue' to 'Blue (high contrast) but I doubt that made a difference... so now Ctrl+C and Ctrl+V are working... Yay!

Restarting Visual Studio was a fix for me

Related