make ctrl-space pop up the intellisense list instead of of just choosing a random entry from the possible completions
2
votes
Erling Jacobsen
shared this idea
-
LINQPad behaves as Visual Studio in this regard. Ctrl+Space doesn't choose a random entry; it pops up a list unless there's only one matching item based on what you've already typed.
If you want to see a list even when there's only one matching entry, press Ctrl+K,L (same as in Visual Studio).