Main Features: -Show View and ViewModel: Easily open and switch between the corresponding view and view model files (CTRL+E+Q). -Convert Properties to Properties with Set Method: Converts regular properties to properties with a Set (INPC) method - easily use bindings with your properties (CRTL+E+P). -Format XAML: Simple and quick Format Xaml which respects your current lines and indentation - improving code readability and maintainability. -(Beta) Go To Binding Definition: When pressing F12 for a Command which was generated by MVVM Toolkit [RelayCommand], automatically open the ViewModel where the actual method is - instead of the generator source. -Clean Bin and Obj: Cleans the solution by removing bin and obj folders from all projects. -Kill XAML Designer: Kills the XAML designer process to fix/restart any issues with the designer. |