2

Is there a way to change the built-in templates?

Concrete example: I want to change the template that is used when creating an event invocator. I want to change the visibility of the generated method as well as the the name.

Daniel Hilgarth
  • 171,043
  • 40
  • 335
  • 443

1 Answers1

0
  1. Go to template explorer ( ReSharper > Tools > Template explorer )
  2. Search the desired template and click on Edit Template or double click to open it.
  3. Edit the template as you want and save it.

More info here

Daniel Argüelles
  • 2,229
  • 1
  • 33
  • 56