mrlacey / Rapid-XAML-Toolkit

A collection of tools to accelerate XAML development within Visual Studio. These include XAML analysis, XAML generations, plus templates and helpers.
https://marketplace.visualstudio.com/items?itemName=MattLaceyLtd.RapidXamlToolkit
Other
666 stars 43 forks source link

Allow Analyzers to add fixes for child elements #519

Open mrlacey opened 1 year ago

mrlacey commented 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 in GridAnalyzer.