Reputation: 8471
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
Reputation: 175
I had a similar situation with Visual Studio 2013 and ReSharper 9. I simply went to menu ReSharper → Tools → Templates 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
Reputation: 42427
In ReSharper 9.2 in Visual Studio 2015, I achieved this by doing the following:
ReSharper -> Tools -> Templates Explorer...
menuLive 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