mfractor / mfractor-feedback

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

MVVM Wizard - Add Intellisense/Autocomplete to the base class fields #178

Closed ravero closed 4 years ago

ravero commented 4 years ago

The Settings page of the MVVM Wizard allows setting the base class for either the View and View Model parts of the MVVM Component. This is done through a regular Text Fields that allows typing the FQN of the Type to serve as the base for those parts.

It would be great to add some sort of Intellisense or Autocomplete to those fields, to facilitate finding the wanted type name.

matthewrdev commented 4 years ago

@ravero I've been investigating this.

While the XWT APIs allow us to set completions, the backing implementing in Xamarin.Mac and WPF are not implementing.

Unfortunately this is not possible at the moment.