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
There are a number of useful code actions in Visual Studio that, when invoked, show some UI that let the user specify the behavior of the code action. This includes, (but might not be limited to) "Extract Interface", "Generate Type", "Generate Equals/Hashcode", "Reorder Parameters", etc. Apart from "Reorder Parameters", it's likely that not showing a UI and simply generating all possible members could be useful.
The text was updated successfully, but these errors were encountered:
There are a number of useful code actions in Visual Studio that, when invoked, show some UI that let the user specify the behavior of the code action. This includes, (but might not be limited to) "Extract Interface", "Generate Type", "Generate Equals/Hashcode", "Reorder Parameters", etc. Apart from "Reorder Parameters", it's likely that not showing a UI and simply generating all possible members could be useful.
The text was updated successfully, but these errors were encountered: