I want to Auto insert predefined comment in vs 2013.
So I'd hit some shortcut (say for instance Alt + Q or whatever) and it'd automatically insert predefined text in the visual studio editor. For instance, this could be my pre-defined text to insert comment in my C# code: /* John Smith | Task#44 */
I know many years ago (in the era of VS 2003), I used to do this using Macro.
Is there any way I can achieve this on VS 2013? Thanks.