You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This adds auto-complete/dictionary entries for the commit message
text box based on `new` and `using` patterns.
As an example, in a recent commit message:
> Use ArgumentBuilder and move SmartFormat reference
Before this change, both ArgumentBuilder and SmartFormat were flagged
as spelling mistakes. These symbols were present in code resembling
`new ArgumentBuilder` and `using SmartFormat;`.
0 commit comments