Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Introducing “Web Live Preview”

#1
Introducing “Web Live Preview”

<div style="margin: 5px 5% 10px 5%;"><img src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview.jpg" width="58" height="58" title="" alt="" /></div><div><div class="row justify-content-center">
<div class="col-md-4">
<div><img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview.jpg" width="58" height="58" alt="Avatar" class="avatar avatar-58 wp-user-avatar wp-user-avatar-58 photo avatar-default"></p>
<p>Tim</p>
</div>
</div>
</div>
<div class="entry-meta">
<p>June 11th, 2020</p>
</p></div>
<p><!-- .entry-meta --> </p>
<p>If you work on any type of app that has a user interface (UI) you probably have experienced that inner-loop development cycle of making a change, compile and run the app, see the change wasn’t what you wanted, stop debugging, then re-run the cycle again. Depending on the frameworks or technology you use, there are options to improve this experience such as edit-and-continue, <a href="https://docs.microsoft.com/xamarin/xamarin-forms/xaml/hot-reload">Xamarin Hot Reload</a>, and design-time editors. Of course, nothing will show the UI of your app like…well, your app!</p>
<p>For ASP.NET WebForms we have had designers for a while allowing you to switch from your WebForms code view to the Design view to get an idea what the UI may look like. As modern UI frameworks have evolved and relied more on fragments or components of CSS/HTML/etc. this design view may not always reflect the UI:</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview.png"> <img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview.png" alt="Screenshot of designer and rendered view of HTML" width="640" height="349" class="aligncenter size-large wp-image-23794"></a></p>
<p>And these frameworks and UI libraries are becoming more popular and common to a web developer’s experience. We ship them in the box as well with some of our Visual Studio templates! As we looked at some of the web trends and talked with customers in our user research labs we wanted to adapt to that philosophy that the best representation of your UI, data, state, etc. is your actual running app. And so that is what we are working on right now.</p>
<p>Starting today you can download our preview Visual Studio extension for a new editing mode we’re calling “web live preview.” The extension is available now so head on over to the Visual Studio Marketplace and <a href="https://aka.ms/wlpvsix">download/install the “Web Live Preview” extension</a> for Visual Studio 2019. Seriously, go do that now and just click install, then come back and read the rest. It will be ready for you when you’re done!</p>
<h2>Using the extension</h2>
<p>After installing the extension, in an ASP.NET web application you’ll now have an option that says “Edit in Browser” when right-clicking on an ASPX page:</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-1.png"> <img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-1.png" alt="Screenshot of context menu" width="778" height="656" class="aligncenter size-full wp-image-23795"></a></p>
<p>This will launch your default browser with your app in a special mode. You should immediately notice a small difference in that your view has some adorners on it:</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-2.png"> <img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-2.png" alt="Screenshot of adorners on web page" width="640" height="406" class="aligncenter size-large wp-image-23796"></a></p>
<p>In this mode you can now interactively select elements on this view and see the selection synchronized with your source. Even if you select something that comes from a master page, the synchronization will open that page in Visual Studio to navigate to the selection.</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview.gif"> <img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview.gif" alt="Animation of element selection" width="1280" height="720" class="aligncenter size-full wp-image-23799"></a></p>
<p>So what you may say, well it’s not just selection synchronization, but source as well. You may have a web control and be selecting those elements and we know that, for example, that is an aspBig GrinataGrid component. As you make changes to the source as well, they are immediately reflected in the running app. Notice no saving or no browser refresh happening:</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-1.gif"> <img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-1.gif" alt="Animation of changing styles" width="1280" height="720" class="aligncenter size-full wp-image-23801"></a></p>
<p>When working with things like Razor pages, we can detect code as well and even interact within those blocks of code. Here in a Razor page I have a loop. Notice how the selection is identified as a code loop, but I can still make some modifications in the code and see it reflected in the running app:</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-2.gif"> <img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-2.gif" alt="Animation of changing code" width="1280" height="720" class="aligncenter size-full wp-image-23802"></a></p>
<p>So even in your code blocks within your HTML you can make edits and see them reflected in your running app, shortening that inner loop to smaller changes in your process.</p>
<p>But wait, there’s more!</p>
<p>If you already use browser developer tools you may be asking if this is a full replacement for that for you. And it probably is NOT and that is by design! We know web devs rely a lot on developer tools in browsers and we are experimenting as well with a little extension (for Edge/Chrome) that synchronizes in the rendered dev tools view as well. So now you have synchronization across source representation (including controls/code/static) to rendered app, and with dev tools DOM tree views…and both ways:</p>
<p><a href="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-3.gif"> <img loading="lazy" src="https://www.sickgaming.net/blog/wp-content/uploads/2020/06/introducing-web-live-preview-3.gif" alt="Animation of browser tools integration" width="1280" height="720" class="aligncenter size-full wp-image-23803"></a></p>
<p>We have a lot more to do, hence this being a preview of our work so far.</p>
<h2>Current constraints</h2>
<p>With any preview there are going to be constraints, so here they are for the time of this writing. We eventually see this just being functionality for web developers in Visual Studio without installing anything else, so the extension is temporary. For now, we support the .NET Framework web project types for WebForms and MVC. Yes, we know, we know you want .NET Core and Blazor support. This is definitely on our roadmap, but we wanted to tackle some very known scenarios where our WebForms customers have been using design view for a while. We hear you and this has been echoed in our research as well…we are working on it!</p>
<p>For pure code changes outside of the ASPX/Razor pages we don’t have a full ‘hot reload’ story yet so you will have to refresh the browser in those cases where some fundamental object models are changing that you may rely on (new classes/functions/properties, changed data types, etc.). This is something that we hope to tackle more broadly for the .NET ecosystem and take all that we have learned from customers using similar experiments we have had in this area.</p>
<p>The extension works with Chromium-based browsers such as the latest Microsoft Edge and Google Chrome browsers. This also enables us to have a single browser developer tools extension that handles that integration as well. To use that browser extension, you will have to use developer mode in your browser and load the extension from disk. This process is fairly simple but you have to follow a few steps which are <a href="https://docs.microsoft.com/microsoft-edge/extensions/guides/adding-and-removing-extensions">documented on adding and removing extensions in Edge</a>. The location of the dev tools plugin is located at C:\Program Files (x86)\Microsoft Visual Studio\2019<strong></strong>\Common7\IDE\Extensions\Microsoft\Web Live Preview\BrowserExtension (assuming you have the default Visual Studio 2019 install location and ensuring you specify Community/Professional/Enterprise you have installed). Please note this is also a temporary solution as we are in development of these capabilities. Any final browser tools extensions would be distributed in browser stores.</p>
<h2>Summary</h2>
<p>If you are one of our customers that can leverage this preview extension we’d love for you to <a href="https://aka.ms/wlpvsix">download and install</a> it and give it a try. If you have feedback or issues, please use the <a href="https://docs.microsoft.com/en-us/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2019">Visual Studio Feedback mechanism</a> as that helps us get diagnostic information for any issues you may be facing. We know that you have a lot of tools at your disposal but we hope this web live preview mode will make some of your flow easier. Nothing to install into your project, no tool-specific code in your source, and (eventually) no additional tools to install. Please give it a try and let us know what you think!</p>
<p>On behalf of the team working on web tools for you, thank you for reading!</p>
</div>


https://www.sickgaming.net/blog/2020/06/...e-preview/
Reply



Forum Jump:


Users browsing this thread:
2 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016