Is there a way to create a template in ReSharper that capitalizes a name?
For example I'd like to do something like this:
private $type$ _$name$;
public $type$ $uppercase_name$
{
get { return _$name$; }
set { _$name$ = value; }
}
So when I enter "city" for $name$
, $uppercase_name$
should automatically be "City".
Ok I did it:
uppercase_name
.name
.Enjoy!
P.S. I have ReSharper 7.1. This may not be applicable for earlier versions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With