Hi How can I turn on tooltips for functions ? I mean if I want to call a function I have to insert proper parameters into that function. Normally Visual Studio shows a tooltip which shows hints about that function(parameters,descriptions etc). However somehow this tooltip doesn't show. How can I turn it on ?
I think it is just Ctrl+Space. Also, Ctrl+. will open the tooltip thing when the cursor is on some text with a little red box (such as when you change a variable name or type a class name outside the current namespaces).
AndrewS
2010-09-01 12:32:41
Ctrl+Space opens the IntelliSense dropdown list, but pressing Ctrl+Shift+Space inside the brackets of the method call gets the tooltip.
Christian Nesmark
2010-09-01 12:56:59
Thanks but how to can I force this to show automaticly ?
francesco
2010-09-01 13:05:04
Christian Nesmark
2010-09-01 13:27:03
I have the same characters but not tooltip :D
francesco
2010-09-01 13:46:17