1

Is there a keyboard shortcut in either Visual Studio, Resharper or another extension to automatically wrap something in a function call? Trying to become more of a keyboard wizard and it's frustrating that I can't find a solution to this since this is something I have to do often, especially writing unit tests.

Example:

Original

{ QualifiedName.Root, EqualsTestResult.HashCodeEqualsOnly },

New:

{ QualifiedName.CreateAutomaticallyResolveUpQualifiedName(QualifiedName.Root), EqualsTestResult.HashCodeEqualsOnly },

0 Answers0