XSharpPublic icon indicating copy to clipboard operation
XSharpPublic copied to clipboard

Feature Request: Generate Override

Open VolkmarR opened this issue 3 years ago • 0 comments

Visual Studio offers the "Generate Override" feature for c# code (https://docs.microsoft.com/en-us/visualstudio/ide/reference/generate-override)

Could you add this feature in a similar form to x#? Maybe as a new LightBulb option called "Create method override", that shows a list of all the overridable methods. When a method is selected from that list, the method signature with the super call should be inserted.

VolkmarR avatar May 24 '22 09:05 VolkmarR