Like there are 3 methods like:
Modify ( int arg )
Modify ( double arg )
Modify ( string arg )
And if I am passing in a double variable, it should automatically navigate to method #2, instead of me scrolling down to see if there is a method that gets a double, right?