In Visual Studio you can "comment in" or "comment out" selected lines of code with two different shortcuts.
I want a single shortcut, to toggle the comment. So I don't have to care about two shortcuts.
In Visual Studio 2010 I solved this by creating a macro that did this for me. 2013 no longer supports macros.
How can I accomplish the same in 2013? I also have ReSharper if that helps...