Reputation: 20901
I'm looking for a keyboard shortcut to list properties or methods of an object being operated. I don't want to put .
dot after deleting a wrong selection. That is, I don't want to press dot, select method/property, then remove the being selected including the dot, and put the dot again to see them etc.
When I put dot, assume dropdown choosing menu doesn't appear, is there a shortcut to show the dropdown selection menu?
Upvotes: 0
Views: 1041
Reputation: 2257
The default keyboard shortcut for CompleteWord is CTRL+SPACE, which will list all words available for completion in the current context.
(All of the default keyboard shortcuts for Visual Studio are available here)
Upvotes: 3