A colleague asked a question, and we could not find it - under unforeseen circumstances I thought it might be useful to ask.
In the file you can:
void BFunction() void AFunction() void CFunction()
now in the drop-down list of functions it will be sorted in alphabetical order:
AFunction BFunction CFunction
I prefer it so really. However, my colleague wonders if you can make this snapshot sorted in the order in which the functions are displayed in the code, so this will also be in the drop-down list:
BFunction AFunction CFunction
Any suggestions?
visual-studio-2008 visual-studio visual-studio-2010 intellisense
Mark mayo
source share