
Filed: Visual Studio .NET Developer Tools and Add-Ins
JetBrains released ReSharper 5 the same day as Visual Studio 2010 was released by Microsoft!
For web developers, looks like there are a number of improvements for ASP.NET Web Development:
- Master page support in navigation and generation actions.
- File Structure tool window and Go to File Member navigation action for quick markup overview in aspx pages.
- Go to Related Files action that navigates from aspx files to code-behind files, master pages, user controls, etc.
- Navigation, search and auto-import features for user controls (ascx files).
- Live, surround, and file templates for ASP.NET pages, including master pages.
For ASP.NET MVC Developers:
- Special syntax highlighting, including highlighting for unknown items.
- Code completion for ASP.NET MVC
- Navigation to and from actions or controllers.
- Creating new types and methods from usage in pages:.
- Support for ASP.NET MVC 2 Areas.
Download a free trial of JetBrains ReSharper 5 here.
David Hayden