AvaloniaUI / AvaloniaVS

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

feat: When in DevTools using Copy Selector replace Clr Namespace with xmlns #470

Closed workgroupengineering closed 2 months ago

workgroupengineering commented 3 months ago

Speed up writing a Style Selector. When Copy Selector using [DevTools] treeview context menu, it put text like this in clipboard:

FluentAvalonia.UI.Controls.NavigationView#NavView.Store /template/ Avalonia.Controls.ScrollViewer#FooterItemsScrollViewer

Dependent on https://github.com/AvaloniaUI/Avalonia/pull/14603 Fixes #448