-
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
Allow null langword fixer at the end of an XML tag #76552
Conversation
6647c17
to
f7dabe1
Compare
@CyrusNajmabadi ping regarding this small and tidy PR. I wasn't sure who else to ping, since you commented on the original issue, but this is ready for review. |
""", | ||
|
||
""" | ||
/// <summary>Testing keyword <see langword="null"/></summary> |
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 you add a test where the keyword is the first word in the summary and the caret is at the start of it?
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.
Good catch, that scenario did regress with this change. I pushed a fix and tests.
Thanks very much for the contribution! |
Fixes #76548
This allows users to more naturally type
null
and follow it up withCtrl+.
to immediately convert to<see langword="null"/>