Yesterday the ReSharper Twitter Account tweeted about a Zen Coding Plug-in available as a PowerToy. If you’re not familiar with Zen Coding, check out this link . I received a couple of emails from people asking about the PowerToys and what exactly they were, and to be honest, I wasn’t really...
If you’re using MSpec ( Machine.Specifications ), you’ve no doubt run into the verbosity of it. Here’s a typical specification in MSpec [ Subject ( "Registering as new a usergroup" )] public class when_requesting_registration_page { Establish context = () => { }; Because...
Although I mentioned briefly in the past some of the new features ASP.NET MVC features ReSharper 5 supports, I thought it would be a good idea to sum up the main ones in a single post and go into a little bit more detail on them. ASP.NET ReSharper ‘s support for ASP.NET is not restricted only to...
ReSharper does a lot of things, but as they say, you can’t please all the people all of the time. However, one the great things about ReSharper is that it is quite extensible and there are already quite a number plug-ins available. Some of the better known ones are: - StyleCop for ReSharper by...
I renamed a folder in my project and opened up the solution. When I tried to fix namespacing in the project using Resharper (ClassView, Ctl+Shft+R, Rename), it would not let me. I had not rebuilt the solution after having done the rename, so once I did my Rename function was back.