XSharpPublic
XSharpPublic copied to clipboard
Feature Request: Generate Override
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.