-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Place caret in parameter list when generating constructors. #21076
Place caret in parameter list when generating constructors. #21076
Conversation
Tagging @dotnet/roslyn-ide |
retest windows_release_vs-integration_prtest please |
namespace Microsoft.CodeAnalysis.CodeActions | ||
{ | ||
/// <summary> | ||
/// Apply this annotation to an appropriate Syntax element to request that it should be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this more carefully spec whether this will navigate to the start or end of the token? Or if it's a node is something selected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. I can specify that.
Comments added @jasonmalinowski |
Test failures are consistent and seem related. |
VS test failures are being investigated. |
Fixes #21008