Skip to main content

Posts

Showing posts with the label live share

What I'm most excited about for Visual Studio 2019

What's the one thing I'm most excited about that is coming in Visual Studio 2019? All of it! Get ready IntelliCode This is Visual Studio's AI'd approach to coding. It has been learning on good code  and remembering patterns that might be applicable to coding in general. So, as you are coding, it would likely suggest the right method you need to use, as demonstrated in the sample below. IntelliCode in action The tool has been available in Visual Studio 2017 , but in Visual Studio 2019 - it is baked in from the start. What's even better is that IntelliCode will learn from your own code ! Very cool in my opinion. Big thumbs up to Microsoft. Code cleanup I really like the thought of having my editor clean my code up for me. It's not being lazy, it's being smart . Visual Studio 2019 has this built in too. I'd be very excited to see if certain options could be auto-configured to run on Build or Release, but we might have to wait so...