How can i decide the order in which my overloaded methods are displayed in visual studio, in the intellisense
views:
27answers:
1
A:
Not the best answer, but Visual Studio does not let you control that. It has its own sorting and does not allow for the user to choose. for reference:
Jeremy B.
2010-04-16 20:10:05
Thats bad :(. If i have some 5 overloads, i should be able to logically arrange them in a sequence so that intellisense is user friendly. Otherwise, i may have to so bad and forth to identify the parameters i need to pass.
greattvs
2010-04-16 20:22:07