Moving Code Around in Visual Studio
(14)
As a developer, one of the common tasks that you do is move code around. In this video, I'll demonstrate how using the Outlining Expansion feature in Visual Studio makes it a whole lot easier to copy and paste entire methods or classes. The trick is using
the CTRL+M, CTRL+M shortcut key to…