Replies: 15 comments 7 replies
-
It would be useful to see the errors near the "stop sign" on top of the designer instead of having to switch to the output window all the time. |
Beta Was this translation helpful? Give feedback.
-
The way Rider hints at Binding Path is really helpful as a beginner. I wish VS plugin could do something similar. |
Beta Was this translation helpful? Give feedback.
-
Currently VS cannot recognize most of Keys from my StyleIncludes. For example when I using DynamicResource/StaticResource, I have to copies those keys from their source Adam's instead of using Intellisense. |
Beta Was this translation helpful? Give feedback.
-
Need more integration with view model:
|
Beta Was this translation helpful? Give feedback.
-
Can we have the Xaml line numbering feature? |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
The backward and forward navigation buttons do not work inside .xaml or .axaml files. I like to navigate back and forth between my last focused code lines a lot. That's why this would be an important feature for me. |
Beta Was this translation helpful? Give feedback.
-
Easier previewer debuggig would be nice. The exception in the Avalonia Diagnostics output was often not enough for me to find out why the preview is broken. At the moment you have to find out the process ID and then attach the debugger manually. In some cases you also have to add these lines to Program.cs to make it work: Debugger.Launch();
while (!Debugger.IsAttached)
Thread.Sleep(100);` (Source: https://docs.avaloniaui.net/docs/0.10.x/guides/developer-guides/debugging-previewer) |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
One trap I find myself falling for again and again is that the previewer uses the |
Beta Was this translation helpful? Give feedback.
-
Something I really miss from the WPF XAML editor is that when you had it in split mode and you clicked on an element in the preview pane it would scroll to the markup for that element in the xaml pane. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
I don't know if this is the correct place to mention this (if not, please move or delete and accept my apologies) but the main thing I was stumbling with was having a decent default template. With this I mean the following:
I'm working on a hobby project (https://github.com/WilbertOnGithub/ParkingBarrierManager) that I intend to use internally at my work as a showcase. If necessary, this could be the basis for a new template. Let me know if anyone is interested. Never wrote a template before so that will be something to figure out. |
Beta Was this translation helpful? Give feedback.
-
I would like to see Navigator as in Affinity for the convenience of navigating the page with zoom |
Beta Was this translation helpful? Give feedback.
-
We are wanting to continue enhancing the integration of the Avalonia into VS and currently we want to understand what features the community needs most. Please write in the comments which features you would like to see the most and like the comments of other community members which you find important ;)
Beta Was this translation helpful? Give feedback.
All reactions