I am using Visual Studio 2015 and have a project that is versioned locally using Git. When I double-click on a file in the Team Explorer window, a Diff editor opens.
From other IDEs (Eclipse, IntelliJ), I am used to managing my changes in these diff editors, like copying a chunk from the left to the right or the other way round. There is no middle bar that indicates such possible actions and no other clue.
So when I want to revert a chunk of code, I have to select it on the left side, copy it to the clipboard, select the corresponding text on the right side, paste the text from the clipboard. This feels very clumsy, since all I want to do is to "revert this one chunk".
Is there something I have overlooked?