Add ToString() to Resharper Code/Generate menu

To autogenerate ToString() method with Resharper (Alt+Ins) download JetBrains PowerToys The installer will create directory structure in C:\Program Files\JetBrains\ReSharper\v3.0\ If you're using different version v3.x make sure to copy the contents of \v3.0\vs8.0\PowerToys and \v3.0\vs8.0\Bin\Plugins to \v3.x folder.

Comments

Post a Comment

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread