Isn't "Automatic insertion of Interface and MustOverride members" just one
of those things about the new IDE that you've just got to love? It's just
one of those little things that makes your life in the trenches a little bit
better. Great work, you guys at MS. I've noticed a minor detail though:
For reasons I don't yet understand, I like to keep the "Implements"
statement on the same line as the "Class" statement, thus:
Class MyClass : Implements IMyInterface
If I do that, I don't get all the typing done for me. I can see three
possible reasons:
1) It's a bug
2) The IDE developers forgot about that coding style
3) It's the IDE developers' way of spanking me for using a bad coding style
So which one is it?
Torben
Murdoc - 01 Oct 2003 00:25 GMT
>Isn't "Automatic insertion of Interface and MustOverride members" just one
>of those things about the new IDE that you've just got to love? It's just
[quoted text clipped - 14 lines]
>
>So which one is it?
hehe, maybe somewhere between (2) and (3), the developer's changed
their minds about what constitutes 'good coding style'. :D
Or maybe it is all of the above.
Murdoc