When I want to instantiate a class, and I hit Ctrl+Space, I get the suggestions popup box. It just shows me a list of class names, but no context related suggestions like a list of constructors for that class. Visual Studio just dumps the 'suggestions' below:
Can someone help me to make it easier to see what constructors there are, and what parameters a method has?
Ctrl + Space should do it.
The suggestion list of Automatic completion appears as soon as you start typing a new identifier. The suggestion list of Basic completion appears when you press the default Visual Studio IntelliSense shortcut Ctrl+Space . If necessary, you can always return to the Visual Studio's native's IntelliSense.
Press Ctrl+Shift+Space.
Then you should get something like this:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With