Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper - How to revert back to Visual Studio code templates

When creating a property in Visual Studio, I use the snippet prop and can TAB between the type and the name and Visual Studio jumps between the 2.

ReSharper has taken over this functionality, and I would like to know how to reset it back to Visual Studio. The problem I have is I don't know where to look. In Visual Studio 2012 I can see a ReSharper menu, but there are so many options I don't know where to look.

like image 578
Dave Avatar asked Nov 12 '22 11:11

Dave


1 Answers

In ReSharper 9.2 in Visual Studio 2015, I achieved this by doing the following:

  1. Going to the ReSharper -> Tools -> Templates Explorer... menu
  2. Deleting all templates in all scopes in all three of the Live Templates, Surround Templates and File Templates tabs. To speed this up, I was able to select all templates in a scope by pressing Ctrl+A and then delete them by pressing the X button in the toolbar.
like image 179
Sam Avatar answered Jan 04 '23 01:01

Sam