Interface code completion using C# vs.2003. . .

sometimes when I inherit an interface I get the tool tip asking me to hit tab to implement. But other times I dont. Sometimes when I dont get the tool tip I erase the inherited interface and replace and I get the tool tip. the behavior is erratic and makes no sense.

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?

[451 byte] By [BlairStark] at [2008-2-24]
# 1
Hi,

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

Vikram at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 2
yeah but like I said. . .sometimes I get the tooltip prompt. . .sometimers I dont.

I was looking for something like in delphi ctrL+ shift+fills out the interface.

BlairStark at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# IDE...
# 3

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#

KarenLiuMSFT at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# IDE...