Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio copy paste bug

Tags:

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?

like image 961
Rana Avatar asked Sep 02 '10 20:09

Rana


People also ask

How do I enable Copy and Paste in Visual Studio?

There is a shortcut of Ctrl +( Supr or Ins ) that also work to copy and paste.

How do you fix Copy and Paste echo?

In Windows 10, you can use Command Prompt to delete the Windows clipboard cache. Open Command Prompt with administrator rights, type echo off | clip, and press Enter.


2 Answers

I have VS2010, same problem. The culprit? I had Remote Desktop open.

like image 123
user133464 Avatar answered Nov 11 '22 19:11

user133464


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

like image 29
Karthikeyan VK Avatar answered Nov 11 '22 20:11

Karthikeyan VK