-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(DevTools): Add Avalonia_DevTools_Selectors Clipoard format for quicks IDE recongnize. #14603
feat(DevTools): Add Avalonia_DevTools_Selectors Clipoard format for quicks IDE recongnize. #14603
Conversation
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
src/Avalonia.Diagnostics/Diagnostics/Views/TreePageView.xaml.cs
Outdated
Show resolved
Hide resolved
You can test this PR using the following package version. |
You can test this PR using the following package version. |
9b86644
to
685a82c
Compare
You can test this PR using the following package version. |
You can test this PR using the following package version. |
You can test this PR using the following package version. |
26d6e67
to
85bfc3d
Compare
You can test this PR using the following package version. |
85bfc3d
to
7b6e6d5
Compare
7b6e6d5
to
77e6af6
Compare
…uicks IDE recongnize.
77e6af6
to
711f1fa
Compare
You can test this PR using the following package version. |
…uicks IDE recongnize. (#14603)
What does the pull request do?
Avalonia_DevTools_Selectors Clipoard format:
Format
{
AssembyName
}ClrNamespace
|ElementName
.Classes
:pseudo
eg:
{Avalonia.Controls, Version=11.2.999.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b}Avalonia.Controls|CheckBox:checked
What is the current behavior?
When copy Selecto only copys as text like
Avalonia.Controls.CheckBox:checked
.What is the updated/expected behavior with this PR?
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Obsoletions / Deprecations
Fixed issues
Part of AvaloniaUI/AvaloniaVS#448
Part of AvaloniaUI/AvaloniaVSCode/issues/108