Interface code completion using C# vs.2003. . .
Any Ideas?
is there a technique (key stroke combo) where if I didnt hit the tab I can click on the inherited interface, hit a key stroke and the implementation will be generated?
Any Ideas?
is there a technique (key stroke combo) where if I didnt hit the tab I can click on the inherited interface, hit a key stroke and the implementation will be generated?
Thats the way to get it back, you would need to erase it. Although it can be made a bit simpler - Just type a comma character after the interface name and delete it - that also brings back the tip to implement the interface.
Regards,
Vikram
I was looking for something like in delphi ctrL+ shift+↓ fills out the interface.
Blair -
There isn't a way to do invoke this explicitly in 2003 but we've tried to tackle some of these issues with the new smart tag implementation in VS2005. Anson's explained this well here http://blogs.msdn.com/ansonh/archive/2004/03/13/89185.aspx
HTH,
Karen
Visual C#