Paul Krill
Editor at Large

Visual Studio boosts C++ development

news
Aug 22, 20242 mins

Visual Studio 2022 v17.11 brings improvements in formatted output, vectorization, and diagnostics, CMake debugger support, and nearly 4x faster conditional breakpoints for C++.

shutterstock 561382627 C++ programming language source code syntax highlighting
Credit: iunewind

Microsoft has rolled out improvements for C++ development in the latest version of the Visual Studio IDE, including enhancements for the standard library and significantly faster breakpoint performance.

The release, Visual Studio 2022 v17.11, was unveiled August 13. The company has followed that release with two blog posts pertaining to C++ support in the IDE, one on August 21 and another on August 13.

For the standard library, the main areas of improvements are in formatted output, diagnostics, and vectorization. With formatted output, Microsoft has implemented parts of formatting ranges and all of printing blank lines with println. The vectorization improvements cover more than a dozen standard algorithms. And diagnostics improvements have been made to common misuses of std::ranges::to and std::get(std::tuple).

Visual Studio now delivers enhanced performance for conditional breakpoints in C++ through a reworked implementation. With Visual Studio v17.11, an initial assessment finds execution time is nearly four times as fast, reducing execution time from 80 seconds to 21 seconds over 80,000 iterations. For the core editor, developers now can narrow the scope of code searches with newly added scoping options.

Also with Visual Studio v17.11, Microsoft has added support for the CMake debugger in CMake projects that target Linux via Windows Subsystem for Linux or SSH. The CMake debugger allows debugging of CMake scripts and CMakeLists.txt files through the Visual Studio debugger.

Microsoft also said it has made it easier to view GitHub and Azure Devops pull request comments directly in a working file in Visual Studio. Developers now can stay in context, make code changes, and interact with colleagues’ suggestions without switching contexts in the browser.

Elsewhere in the IDE, “quality of life” changes have been added to C++ Build Insights integration. Developers now can filter Build Insights trace results by project.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author