This morning due to a modification error I made in a ReSharper Live Template I discovered a cool feature, see the following picture in which ReSharper shows you that you made a recursive call:

By the way, ReSharper Code Templates are really cool, my first usage is to have some Live Templates to be able to quickly create properties for my business entities used by Euss, for example:

will act like the following in Visual Studio, typing e:

then hit tab

To get the final result:

At the end I typed string and Name!! Cool.

I also use it a lot to create nuint tests methods, assert…