News

C++ Is Focus of New Visual Studio 2019 v16.7 Preview 2

C++ development is a focus point of the new Visual Studio 2019 v16.7 Preview 2, featuring a slew of tweaks and improvements touching upon remote SSH connections, IntelliSense support and more.

With Visual Studio 2019 developers build and debug C++ projects on a remote Linux system or the Windows Subsystem for Linux (WSL). C++ coders can get started with Linux development in Visual Studio via MSBuild-based Linux projects or native support for CMake, which allows developers to use the same source code and build scripts to target multiple platforms and which is Microsoft's recommended approach for cross-platform development or for open-sourcing projects.

Here's a summary of what's new for C++:

  • New C++20 Standard Library features: More details are in the STL Changelog on GitHub.
  • Remote SSH connections: These enable developers to build and debug C++ projects on a remote Linux system directly from the IDE. C++ coders can now edit and set default remote SSH connections in the Connection Manager. This means, for example, if a connection's IP address changes, developers can edit and update it. Also new is the ability to set default connections to be consumed in CMakeSettings.json and launch.vs.json. This is useful for checking CMakeSettings.json and launch.vs.json into source control without user or machine-specific information.
    Add or Remove SSH Connections with Connection Manager
    [Click on image for larger view.] Add or Remove SSH Connections with Connection Manager (source: Microsoft).
  • Enhanced IntelliSense support: This applies to Clang on Windows (clang-cl) in Visual Studio. Specifically:
    • The clang include path now includes the clang libraries.
    • In-editor squiggle displays when using the std library have been improved.
    • Support for C++2a in clang mode has been added.
  • C++ project errors and quick fixes: Developers can now try out underlining code errors and see more suggested quick fixes, functionality that is enabled via Tools > Options > Environment > Preview Features > IntelliSense code linter for C++. This feature to help C++ developers identify and fix code defects as they write code was announced in March.
    IntelliSense Code Linter for C++ in Animated Action
    [Click on image for larger, animated GIF view.] IntelliSense Code Linter for C++ in Animated Action (source: Microsoft).
  • New code analysis rules: These provide more safety features. They include: C26817, C26818, C26819, and C26820. Please see the C++ Team Blog for more info.

The C++ team provides more details on the above and other improvements in a June 2 blog post.

But it's not all about C++ in the new update, as productivity for .NET (Quick Info now displays the diagnostic ID along with a help link)and Git (merge conflict resolution) was also boosted.

Another new preview feature is Local Process with Kubernetes. It lets coders write, test and debug .NET microservices code on a development workstation while connected to a Kubernetes cluster with the rest of an application or services.  

More details on all of the above and more are provided in the Visual Studio 2019 v16.7 Preview 2 announcement post and release notes.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube