[quoted text, click to view] > BUT, why is it when i press Enter, it doesn't complete
> it, it puts everything on the next line...? What are the key combo to
> "complete" what I'm doing in VB's VS2008?
I don't have a copy of VB2008 at the moment but as I recall, you should hit
the key that you would logically be about to hit if you had typed the last
character of the item being selected via intellisense.
Studio will then use that key in the manner it would normally.
Thus if you use enter, vs will complete and add a line....If you use space
vs will complete and add a space... finally if you hit .(period), then vs
will complete and add a period. this will likely Trigger a further round
of intellisense.
--
Rory