Showing results for September 2019 - Visual Studio Blog

Sep 30, 2019
0
0

Azure IoT Tools September Update: Azure IoT Edge remote debug and more!

Jun Han
Jun Han

Welcome to the September update of Azure IoT Tools! In this September release, you will see the improved remote debugging experience and Azure IoT Device Provisioning Service support in Visual Studio. Additionally, an iotedge-compose tool has been released for you to port compose-based apps to Azure IoT Edge. Debug Azure IoT Edge C# remote ...

Visual StudioIoTAzure IoT Hub
Sep 26, 2019
10
0

Watch the latest Visual Studio extensibility videos

Mads Kristensen
Mads Kristensen

We have been posting several short videos about Visual Studio extensibility to our YouTube channel in the past couple of months. We chose the topics for the first videos, but now it’s time for you to tell us what videos to record next.

Visual StudioExtensions
Sep 24, 2019
26
0

Tracepoints: Debug with less clutter

Sagar Shetty
Sagar Shetty

Have you ever accidentally shipped a log statement to production? Are you tired of cleaning up log statements while debugging? The tool to solve your problems has been here all along!

Visual StudioDebugging and DiagnosticsProductivity
Sep 23, 2019
2
0

Visual Studio 2019 for Mac version 8.3

Jordan Matthiesen
Jordan Matthiesen

Today, we’re releasing version 8.3 of Visual Studio 2019 for Mac - our .NET IDE, built natively for macOS. This release is predominantly driven by your feedback: delivering a faster and more reliable ASP.NET Core web developer experience, reducing the time between coding and testing Xamarin UI changes, and including a few “...

Visual Studio for MacVisual Studio 2019 for Mac
Sep 23, 2019
30
0

.NET Core Support and More in Visual Studio 2019 version 16.3 – Update Now!

Jacqueline Widdis
Jacqueline Widdis

As we continue to deliver on our mission of any developer, any app, any platform, it's always an exciting time on the Visual Studio team when we get to launch major features.  Today we've released Visual Studio 2019 version 16.3 which contains support for the release of .NET Core 3.0, significant C++ improvements, and great updates for Python ...

Announcement
Sep 18, 2019
10
0

How to debug and profile any EXE with Visual Studio

Andy Sterland
Andy Sterland

Have you ever needed to debug or profile an executable (.exe file) that you don’t have source for or can’t build? Then the least known Visual Studio project type, the EXE project, is for you!

Visual StudioDebugging and Diagnosticsprofile
Sep 16, 2019
1
0

Java on Visual Studio Code September Update

Xiaokai He
Xiaokai He

September update for Java on Visual Studio Code. Including move refactoring, more code actions, live linting, new getting started experience and more updates for debugger and test runner extensions.

JavaGetting StartedDebugging
Sep 9, 2019
43
0

Say hello to the new Visual Studio terminal!

Ruben Rios
Ruben Rios

  Building on the momentum from the recently announced Developer PowerShell, we are excited to share the first preview of the new Visual Studio terminal. This new preview experience is part of Visual Studio version 16.3 Preview 3.   Rather than build everything from scratch, the Visual Studio terminal shares most of its core ...

.NETProductivity.NET Core
Sep 5, 2019
29
0

Refactoring made easy with IntelliCode!

Mark Wilson-Thomas
Mark Wilson-Thomas

With Visual Studio 2019 version 16.3 Preview 3 we are happy to announce that refactorings can now be enhanced by IntelliCode. IntelliCode spots repetition quickly and suggests other places in your code where you might want to apply that same change, right in your IDE

IntelliCodeArtificial IntelligenceRefactoring