I am playing around with the live templates for C# in ReSharper. I started doing this because of this question. When I get the the ReSharper templates explorer in Visual Studio, I see that there is a #if
template and also an if
template. My question is why?
I have read through the ReSharper help here, but that doesn't really shed much light on it (for me). I have also tried un-checking each template. It seems like the if
template is the ReSharper if snippet, but I can't figure out what the #if
template is for.
Is this the Visual Studio if snippet? If so, why don't I see both in the intellisense widow?
I know this is a really small issue, but I just want to know. Thanks.