How to disable one Live Templates in Resharper?

For example: I don’t like the "prop" Live Template of R # and you want to use the Visual Studio fragment as before before I installed R #.

+3
source share
2 answers

Workaround from @gorohoroh:

Press TAB twice after specifying keywords in the template placeholders.

-1
source

Go to ReSharper> Live Templates> C # and uncheck "prop"

+1
source

All Articles