ForNeVeR / AvaloniaRider

JetBrains Rider plugin for Avalonia development
https://plugins.jetbrains.com/plugin/14839-avaloniarider/
MIT License
461 stars 21 forks source link

ItemTemplate Design Context only works for ListBox #261

Closed taooceros closed 1 year ago

taooceros commented 1 year ago

For ListBox the datacontext is correctly identified, but for other collections (I only tested ItemRepeater and DataGrid), it will not correctly reflect the content type.

image

image

ForNeVeR commented 1 year ago

Sadly, the plugin has nothing to do with the editor highlighting. Please open an issue on the ReSharper issue tracker: it is Avalonia-aware and should properly work with its XAML.