Dave
Dave

Reputation: 8471

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.

Upvotes: 5

Views: 569

Answers (2)

jsw
jsw

Reputation: 175

I had a similar situation with Visual Studio 2013 and ReSharper 9. I simply went to menu ReSharper → ToolsTemplates Explorer and then found the prop template and removed it.

You can also deselect templates as well which may work, but I didn't try that approach.

Upvotes: 0

Sam
Sam

Reputation: 42427

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.

Upvotes: 1

Related Questions