Skip to content

Instantly share code, notes, and snippets.

@mikealexander
Created January 19, 2017 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikealexander/5e21ebda107a198fda9f7545344f4c59 to your computer and use it in GitHub Desktop.
Save mikealexander/5e21ebda107a198fda9f7545344f4c59 to your computer and use it in GitHub Desktop.
Macro.InsertText(".ForMember(dest => dest.Id, opts => opts.Ignore()");
dte.ActiveDocument.Selection.WordLeft(false, 8);
dte.ActiveDocument.Selection.WordLeft(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment