> In VS.NET 2003, if I have a class and have it implement an interface, when I
> type the interface name, it gives me the option to press tab and it will
[quoted text clipped - 7 lines]
>
> But the autocompletion never seems to pop up. Am I missing something?
I normally hit Ctrl-. with the cursor over the interface name, and the
option to implement the interface pops up.

Signature
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
World class .NET training in the UK: http://iterativetraining.co.uk
Fredo - 29 Feb 2008 19:21 GMT
Ah, I see. I can also get it by right-clicking on the interface label. In
VS.NET 2003, after typing the interface name, I'd get a tooltip popup saying
to hit "tab" to generate the interface, though, honestly, I'm not sure if
that was VS.NET or Visual Assist doing that.
Anyway, thanks Jon. I've been doing them by hand for the past few weeks and
it's been bugging me to no end...
>> In VS.NET 2003, if I have a class and have it implement an interface,
>> when I
[quoted text clipped - 14 lines]
> I normally hit Ctrl-. with the cursor over the interface name, and the
> option to implement the interface pops up.