views:

30

answers:

1

Is there an option to enable the drop down menu that appears when coding in other languages such as html/vb/ect for C in Visual Studio?

+1  A: 

You can press Ctrl+Space to produce this menu. For example, after typing "pri", press Ctrl+Space, if you're looking for printf().

Sam
Thanks! Exactly what I needed.
Shawn