AvaloniaUI / AvaloniaVS

Visual Studio Extension for Avalonia
MIT License
412 stars 77 forks source link

New Event shown in Code-Behind #471

Open DBenS opened 2 months ago

DBenS commented 2 months ago

Is your feature request related to a problem? Please describe.

When I select a control event (e.g. SelectionChange in a Combobox) a hint about "" is shown and after an ENTER, the IDE creates the correspondent event. But I don't see it in the code-behind and it's frustrating trying to guess which arguments I need to utilize.

Describe the solution you'd like

After an ENTER in a control event, the same event-name be created within the form's code-behind with the correct event arguments.

Describe alternatives you've considered

No response

Additional context

No response