views:

27

answers:

1

How can i decide the order in which my overloaded methods are displayed in visual studio, in the intellisense

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:

Asked here.

Jeremy B.
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