AvaloniaUI / AvaloniaVSCode

Visual Studio Code Extension for Avalonia UI
https://marketplace.visualstudio.com/items?itemName=AvaloniaTeam.vscode-avalonia
MIT License
103 stars 18 forks source link

[DevTools] Copy Selector replace Clr Namespace with xmlns #108

Open workgroupengineering opened 9 months ago

workgroupengineering commented 9 months ago

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

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

Describe the solution you'd like

When Copy Selector using [DevTools] treeview context menu it put text like this in clipboard:

Describe alternatives you've considered

see https://github.com/AvaloniaUI/AvaloniaVS/issues/448

Additional context

No response