-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add IntelliSense pre-selection for default, like new #1647
Comments
I think this is the least |
Yes, this is definitely a good suggestion (though I'm surprised MRU pre-selection doesn't help you in that specific case). |
MRU doesn't help if I just added Actually, on further thought, can you preselect |
Arguably beneficial for all such types, but only required for non-nullable, non-primitive value types. |
Fixed by #6907 |
When I type
CancellationToken cancellationToken = default(
, can you please pre-selectCancellationToken
, just like thenew
operator?The text was updated successfully, but these errors were encountered: