Visual Studio 2022 v17.11 brings improvements in formatted output, vectorization, and diagnostics, CMake debugger support, and nearly 4x faster conditional breakpoints for C++. 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. Related content feature What is Rust? Safe, fast, and easy software development Unlike most programming languages, Rust doesn't make you choose between speed, safety, and ease of use. Find out how Rust delivers better code with fewer compromises, and a few downsides to consider before learning Rust. By Serdar Yegulalp Nov 20, 2024 11 mins Rust Programming Languages Software Development how-to Kotlin for Java developers: Classes and coroutines Kotlin was designed to bring more flexibility and flow to programming in the JVM. Here's an in-depth look at how Kotlin makes working with classes and objects easier and introduces coroutines to modernize concurrency. By Matthew Tyson Nov 20, 2024 9 mins Java Kotlin Programming Languages analysis Azure AI Foundry tools for changes in AI applications Microsoft’s launch of Azure AI Foundry at Ignite 2024 signals a welcome shift from chatbots to agents and to using AI for business process automation. By Simon Bisson Nov 20, 2024 7 mins Microsoft Azure Generative AI Development Tools news Microsoft unveils imaging APIs for Windows Copilot Runtime Generative AI-backed APIs will allow developers to build image super resolution, image segmentation, object erase, and OCR capabilities into Windows applications. By Paul Krill Nov 19, 2024 2 mins Generative AI APIs Development Libraries and Frameworks Resources Videos