AvaloniaUI / AvaloniaVS

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

[Fetaure] Support Intellisense for BCL types #353

Closed workgroupengineering closed 10 months ago

workgroupengineering commented 1 year ago

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

Add autocompletion for types of BCL.

Describe the solution you'd like

When add xmlns like xmlns:sys="using:System", if i type sys: will propose all types present in namespace.

Describe alternatives you've considered

No response

Additional context

No response