ZenSharp
ZenSharp copied to clipboard
ZenSharp for ReSharper is mnemonics on steroids!
Hi, love your plugin, it saves me a lot of time! I have started using Rider as my main IDE, as it feels more responsive than VS. So far the...
I am seeing this error whenever I edit the ltg file:  It would be useful/valuable to know which process is holding it so that we can shut it down....
Hello, the only semi workaround I have been able to find is to suspend and resume Resharper each time I do changes to the template. From the history I saw...
Using pci (`public const int`) or _ci (`private const int`) inserts quote marks around the value: `pciTest` becomes `public const int Test = "1";` `_ciTest` becomes `private const int Test...
I use PostSharp and I am finding myself using a lot of [contract guards](http://doc.postsharp.net/adding-contracts) for my method attributes. It would be nice to make these ZenSharp templates and I am...
Is anyone except me using ZenSharp in production environment? Do you have any suggestion? I'm will be very happy to any feedback.
Sometimes I forget the syntax which I need to type so I was wondering if it is possible to give a name to custom syntaxes and then us it. For...