method overriding

Howdy.

I may be missing a feature here, but with the orginal VS 2005 intellisense I could go something like

public override[Space]

on that space the intellisense would give me a list of methods i could override.
With resharper it is no more.

Cheers,

Greg.

0
3 comments
Avatar
Permanently deleted user

it sounds nice, although alt+ins also works for me...

0
Avatar
Permanently deleted user

Greg schrieb:

I may be missing a feature here, but with the orginal VS 2005 intellisense I could go something like

public override[Space]

on that space the intellisense would give me a list of methods i could override.
With resharper it is no more.


With 2.5 is work.

Also override is enough, the public, protected scope is generated by
Visual Studio and ReSharper.

Regards

Albert

0
Avatar
Permanently deleted user

Cool thanks.
Seems to work nicely with 2.5

0

Please sign in to leave a comment.