Search code examples
visual-studiovisual-studio-2013

Delay when Copy or Cut in Visual Studio


When I press CTRL+X in Visual Studio there's a small delay and the IDE hangs for about 1 second.

I've already checked Environment/Keyboard and the shortcut is assign to Edit.Cut as it's supposed to...

The system was functioning properly and only started to get this situation a few days ago.

What can this be and how can I try to figure out the root of the problem?

EDIT: Figure out that the problem is not the shortcuts but when I do cut or copy. When pasting there's no delay.


Solution

  • It happens because of the high usage of memory and the unnecessary resources that is running. Try restarting your computer and see what happens :) cheers!