Nice. Strange that they don't seem to have implemented that for xaml. I do like the ability to automatically download the Microsoft pdb's to navigate to source code that belongs to the Framework. I know you could set it up to do it before but R# 5.0 does it automagically without having to think about it.
On Fri, Feb 5, 2010 at 7:53 AM, Jonathan Parker < [email protected]> wrote: > Sorry to resurrect this thread but I thought people might be interested in > this feature. > > In R# 5 there is better ASP.NET/HTML <http://asp.net/HTML> support. > > On of the features I just discovered is that when you change an opening tag > R# will update the closing tag automatically. > > I.e. if you have > > <h2>bla bla bla</h2> > > and you change the <h2> to <h3> then R# will update the closing tag to > </h3>. > > On Mon, Feb 1, 2010 at 7:22 PM, silky <[email protected]> wrote: > >> On Mon, Feb 1, 2010 at 6:48 PM, Jonathan Parker >> <[email protected]> wrote: >> > I think the thing I use Resharper for the most is for navigating around >> a >> > project. >> >> I pretty much use F12 and control-shift-f, exclusively, for navigating >> around my projects. I agree that "Find all references" is pretty >> bad/annoying in VS. I can't live with my ctrl-shift-f though. >> >> >> > CTRL+T is for searching for a type and ALT+\ is for searching members >> within >> > a type. >> > >> > Also SHIFT+F12 is find all references which is much better than the VS >> one. >> > ALT+Home for going to the base class/interface and ALT+END for going to >> a >> > sub-class/interface implementation. >> > >> > There's also a lot of validation of ASPX/ASCX files which helps to catch >> > errors that would otherwise not be caught by VS. >> >> -- >> silky >> http://www.mirios.com.au/ >> http://island.mirios.com.au/t/rigby+random+20 >> >> SET did torture. REHOUSE foaminess. >> > >
