Automatically surround generated code with #region when implementing interfaces at Visual Studio 2015

前端 未结 2 1203
执念已碎
执念已碎 2021-02-04 00:49

I know that in Visual Studio 2013 and below there is an option to turn on/off automatic surrounding of generated code with #region at Tools > Options >

2条回答
  •  野性不改
    2021-02-04 01:20

    I'd recommend delving into ReSharper templates. It allows you to specify whatever you would like in your template as well as creating a autocomplete as well.

    https://www.jetbrains.com/help/resharper/2016.1/Templates__Index.html

提交回复
热议问题