A collection of tools to accelerate XAML development within Visual Studio. These include XAML analysis, XAML generations, plus templates and helpers.
666
stars
43
forks
source link
Allow Analyzers to add fixes for child elements #519
Open
mrlacey opened 1 year ago
AnalysisActions.HighlightDescendantWithoutAction
supports specifying the descendant that should be underlined.Have equivalent versions of other actions so can indicate issues there and have fixes in appropriate places.
This will also allow adding some of the functionality that was in
GridProcessor
but isn't inGridAnalyzer
.