'Why is intellisense in visual studio not showing method overloads any longer?

Does anyone know why my Visual Studio has suddenly stopped allowing me to select between different method overloads via intellisense? Instead it just seems to let me choose between a lot of different unrelated classes.

I can still select if I click the arrows though.

See example here:



Solution 1:[1]

I found it annoying to have both the popup methods suggestions & method overloads; I cannot use the up & down arrows to see the different overloads.

Solution: "Tools -> Options -> Text Editor -> (pick your language) -> Intellisence", then uncheck "Automatically show completion list in argument lists".

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Adrian Mole