AvaloniaUI / AvaloniaVS

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

Add support for Namespace suggestions #408

Closed Takoooooo closed 10 months ago

Takoooooo commented 10 months ago

From now when you will write a control name and if you dont have a namespace added for it AvaloniaVS will show you a light bulb with the suggestion to add a namespace for you automatically.

Avalonia: image

WPF: image

When you have an alias for the control defined but no namespace

Avalonia: image

WPF: image

When you have a namespace defined but no alias

Avalonia: image

WPF: image

Fixes #262