ReSharper takes away VS.NET2003's Tab for interface stubs

If I run Resharper (v67) I no longer get VS' support for creating my
interface stubs by pressing tab after selecting an interface to implement.

In general ReSharper takes over too much from VS - take a lesson from
QuickCode and Xtreme Simplicity. If only those tools had better feature
sets...


0
32 comments
Avatar
Permanently deleted user

You're probably aware of this already - but here's how they're looking at doing this in VS 2005: http://blogs.msdn.com/ansonh/archive/2004/03/13/89185.aspx

Oskar

0
Avatar
Permanently deleted user

Oskar,

Yes, we've seen that. I see that Microsoft's implementation covers
rarely used things while leaving obvious actions difficult to do:

1) I rarely implement an entire interface explicitly. In ReSharper we'll
probably have intention to switch between impllicit and explicit
implementations on per member basis.
2) I should go to the extends list every time I want to implement a
member
3) There's no way to implement a new interface member automatically in
all classes which currently implement the interface. Instead I should go to
each of (probably tens or hundreds) implementations and implement it.

Maybe you see any advantages of Microsoft implementation? Please share your
opinion.
--
Oleg Stepanov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Oskar Austegard" <no_mail@jetbrains.com> wrote in message
news:32183843.1079963985654.JavaMail.itn@is.intellij.net...

You're probably aware of this already - but here's how they're looking at

doing this in VS 2005:
http://blogs.msdn.com/ansonh/archive/2004/03/13/89185.aspx
>

Oskar



0

Please sign in to leave a comment.