Skip to content
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

Add support for Namespace suggestions #408

Merged
merged 2 commits into from
Oct 30, 2023
Merged

Conversation

Takoooooo
Copy link
Contributor

@Takoooooo Takoooooo commented Oct 26, 2023

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

@Takoooooo Takoooooo force-pushed the namespace-suggestions branch from f58b6d6 to d116634 Compare October 29, 2023 21:09
@Takoooooo Takoooooo merged commit 2aba1a2 into master Oct 30, 2023
3 checks passed
@Takoooooo Takoooooo deleted the namespace-suggestions branch October 30, 2023 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Designer should offer namespace suggestions when pressing CTRL+. (period) just like WPF.
2 participants