AvaloniaUI / AvaloniaVS

Visual Studio Extension for Avalonia
MIT License
421 stars 81 forks source link

Add support for event completions #388

Closed Takoooooo closed 11 months ago

Takoooooo commented 12 months ago

Now when you will type the event name the AvaloniaVS extension will generate an event handler Анимация1 Note: Listing available handlers in the completion list is not supported yet. I can't find a way to make it work Fixes #317

Takoooooo commented 12 months ago

1) Fixed 2) It doesen't even work with VS2019 currently,latest version which should work with vs2017 should be 2.10 according to https://github.com/dotnet/roslyn/blob/main/docs/wiki/NuGet-packages.md .I am planning to fix VSIX for vs2017 first and update this PR later

Takoooooo commented 11 months ago

Now when i've investigated the VS2017 support the plan is to only support VS2019\VS2022. We are only doing one release with VS2017 support and then deprecating it. From now the extension works with this PR for both VS2022/VS2019