-
You probably are aware by now that as of ReSharper 5 we added first-class support for ASP.NET MVC. This included among many things, the ability to provide Intellisense, Create from usage and Navigation to built-in methods such as Controller.View or Html.ActionLink : Navigation Ctrl+Left Mouse Click or...
-
Just a quick note to say that I’ve transferred the YouTrackSharp project from my own account over to the JetBrains account on github . I’ve also pushed the initial spike of YouTrackForReSharper which is a plug-in for ReSharper to talk to YouTrack. We’re looking for contributors for...
-
Many, myself included, have been eagerly awaiting the release of the ReSharper Runner of Machine.Specification (MSpec) for ReSharper 6. I’m glad to announce that this is now available, which is the result of a team-effort between Victor Kropp , Chris Nicola , myself and of course Alexander Gross...
-
[Finally I’ve managed to get the second part of the post on plug-ins. Sorry for the delay to everyone who was waiting. Appreciate your patience. And now I’ll resume my holidays!] In the previous part of this series , we saw the basics of how to create a plug-in for ReSharper , install it...
-
Using R#5 with VS 2010 at age 40 using XUnit. I was running a health test on Rhino Service Bus that hosts in a RemoteAppDomain. I got the FileNotFoundException for one of the assemblies I know is referenced. So I went to Resharper > Options > UnitTesting and de selected the “Shadow-copy assemblies...
-
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.
-
Today it was announced that Resharper 5.0 will soon be introduced as part of the public EAP (Early Access Program) . As one on JetBrains .NET Academy Experts I’ve had access to Resharper 5.0 for a few weeks. While in the coming weeks and months you’ll hear quite a bit from developers who...
-
A few years ago I was introduced to ReSharper ( JetBrains ) from a co-worker (Thanks Grant!). Having always been one who desires to move more quickly through code and take advantage of any shortcut I can, ReSharper felt like "coming home". Last week I was invited to be part of their development...
-
Looks like everyone's favorite productivity tool for .net development is getting a upgrade. I got an email the other day from JetBrains saying that v4.5 should be out in Q1 of 2009 and that public beta's should be ready by end of this year. Highlights of ReSharper 4.5 include: Solution-Wide Analysis...
-
Most of our WPF projects end up with a lot of xaml resources. I do my best to try to keep them organized and easy to navigate. In many ways though, I am still learning . I often have a resource dictionary containing all of my default styles for a given application. When I collapse everything, the nodes...
-
This is really a corollary to a post by Kyle Baley a while back. Despite my original love affair with regions some years back, that are nothing but noise to me now. Unfortunately, the default behavior of R# is wraps interface implementations in a region. I can understand where this might be helpful,...