Matt Lacey

Results 155 issues of Matt Lacey

`.editorconfig` files are seen as the way forward for storing settings. Use this rather than `settings.xamlanalysis` ~May also be an alternative to `suppressions.xamlAnalysis` as well.~

XAML-Analysis

Add examples of how to do different things with XAML generation. This could be in [profiles.md](https://github.com/microsoft/Rapid-XAML-Toolkit/blob/dev/docs/profiles.md) or in a separate (linked) document. Examples such as - how to exclude a...

XAML-GEN
Documentation

Suggested actions for `Entry.Keyboard` can suggest more than just "Default". Suggested actions for adding an `InputScope` to `TextBox` should also do this.

XAML-Analysis
UWP

**Is your feature request related to a problem? Please describe.** In addition to the [current XAML Analysis configuration options](https://github.com/mrlacey/Rapid-XAML-Toolkit/blob/master/docs/configuring-analysis.md), add a way to suppress all analysis of elements of a...

enhancement
XAML-Analysis

When working with localized content some values that are applied at runtime aren't visible in the XAML designer or editor as they come from RESW files. **Describe the solution you'd...

UWP
NEW-Functionality

Suggest where - same style is explicitly applied in multiple places but could be a style - repeated setting of properties that could be combined into a style - inconsistent...

XAML-Analysis
Styles

When the properties of an element have been changed it would be great to be able to extract those values to a style that can then easily be applied to...

XAML-Analysis
Styles

The XAML context menu has a "Surrounds With..." feature that allows the entry of a tag to surround the selected XAML. This new functionality would add a version of this...

NEW-Functionality
FEEDBACK-WANTED

Some analysis (such as repeated style extraction) will require analysis from multiple documents. Investigate/explore how best to do this. X-Ref #27

XAML-Analysis

Creating a Xamarin.Forms UI with a StackLayout is easier, but a Grid can be more efficient. Add a way to automatically convert from a StackLayout to a Grid. Being able...

XAML-Analysis
Xamain.Forms
NEW-Functionality