mfractor / mfractor-feedback

Found a bug or have a feature request for MFractor? Submit it here!
3 stars 0 forks source link

Evaluate Arguments #272

Open dansiegel opened 4 years ago

dansiegel commented 4 years ago

There are times in XAML where you may need to construct an object using Constructor Arguments. As an example lets take the Xamarin.Forms.Point. We might want to do something like the following:

image

The issue is that we don't really have any intellisense here so we don't know what our options are. For instance I may think it takes an int. While in code I could pass in an int just fine, in XAML it will not compile unless I change this to be a Double.

Request