James Montemagno
James Montemagno

Live, Love, Bike, and Code.

Live, Love, Bike, and Code

Share


Tags


Xamarin Live Player - VS 2017 version 15.4 & 15.5 Awesomeness

Last week Visual Studio 2017 version 15.4 and VS for Mac 7.2 were released into the stable channel. They include the very first release of the Xamarin Live Player capabilities in Visual Studios. This means you can simply update Visual Studio, turn on Xamarin Live Player (Preview), and get started visualizing your mobile apps with nothing more than VS and your iOS or Android device!

image8

Whenever there is a stable release a new preview release of Visual Studio is not far behind. That is right, VS 2017 version 15.5 preview is available right now! It runs side-by-side your existing VS 2017 install and has tons of awesome new features that Pierce blogged about last week. I wanted to take a quick minute to point out some of this new awesome.

Right Click Live Run!

Finally, it happened! You can now right click on any XAML or C# file and live run it! Additionally, you can use the keyboard shortcut: Shift+ALT+F5.

RightClick

Live Run Entire App

A new feature in 15.5 enables the Live Run mode to instantly swap between any XAML or C# file that you have open. No need to ever stop and start the Live Run mode, simply change the focused file:

Live-Player-Swap-2

Live Run Banner

To help better find the Live Run feature there is now a small banner when opening a Xamarin.Forms XAML page. Simply click on Live Run to instantly see it on your device:

image11

Better Feedback

A lot of work has gone into giving proper feedback when things are deploying or errors that may occure with the Live Player.

Errors!

If your code has errors then it will not be deployed, but will instead show up in the Error console as you would expect. How cool, it wasn't actually even compiled... because nothing is compiled, yet the errors are shown.

image16

Deploy Information

In 15.4 the Live Player will output it's deploy information to the output window as to what files were being synchronized. Now in 15.5 the state of connection, transfer, and running are shown in the Visual Studio status bar:

LivePlayerStatus

So Much More

There are tons of nice little teaks and opitmizations to the Xamarin Live Player that I know you are going to love. Go download the latest version of Visual Studio and be sure to get the "Fast Ring" version of the app for the latest and greatest in app features.

In Action

Writing about new featuers is fun, but actually seeing them in action is better. So, I made a short video highlighting how to get started in Visual Studio 2017 version 15.4 and some of the new features in 15.5:

Copyright © James Montemagno 2017 All rights reserved. Privacy Policy

View Comments