This extension allows you to quickly see a preview of the generated code for each M# item (entity type, page, module, etc) when editing it, side-by-side. When editing an M# file, such as #Model\Customer.cs, if you right click on the file you will see a menu item named "Preview generated code...". As soon as you click on that, your code editing screen will be divided into two side-by-side windows.
As you move between different M# objects, the preview code will automatically update as well. |