mfractor / mfractor-feedback

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

MVVM Wizard is disabled unless a file is opened #251

Closed stephenhauck closed 4 years ago

stephenhauck commented 4 years ago

MVVM Wizard is disabled unless a file is opened for editing. But then it seems to stay available after the files are closed even after closing Visual Studio and relaunching.

image

matthewrdev commented 4 years ago

Technical note: This feature uses the IActiveDocument to provide the targetted project to generate the MVVM component for. To resolve this dependency, we should launch a project selector to allow the user to choose the project. Alternatively, we should build a project selector into the MVVM wizard.

matthewrdev commented 4 years ago

This has been fixed and will be available in MFractor v4.2.9.

stephenhauck commented 4 years ago

AWESOME, thanks!