Exciting Updates in Visual Studio v17.11
Visual Studio has just released version 17.11 with some amazing enhancements that will supercharge your development experience. Let’s dive into some of the new features:
Enhanced Performance for Conditional Breakpoints
One of the standout features of Visual Studio v17.11 is the enhanced performance for conditional breakpoints in C++. With a reworked implementation, developers can now experience execution times that are nearly four times faster. Imagine reducing your execution time from 80 seconds to just 21 seconds over 80,000 iterations! This improvement will significantly boost your productivity and make debugging a breeze.
New Scoping Options in Core Editor
In addition to performance improvements, Visual Studio v17.11 introduces new scoping options in the core editor. Developers can now narrow the scope of code searches, making it easier to navigate and work with large codebases efficiently.
CMake Debugger Support for Linux
Microsoft has added support for the CMake debugger in CMake projects that target Linux through Windows Subsystem for Linux or SSH. This feature allows developers to debug CMake scripts and CMakeLists.txt files directly from the Visual Studio debugger, streamlining the debugging process for Linux projects.
Streamlined Collaboration with GitHub and Azure DevOps
Visual Studio v17.11 also makes collaboration easier with the ability to view GitHub and Azure DevOps pull request comments directly in a working file. Now you can stay in context, make code changes, and interact with colleagues’ suggestions without switching between multiple tools, enhancing team collaboration and productivity.
Overall, Visual Studio v17.11 brings a host of new features and improvements that will elevate your development workflow. Whether you’re debugging C++ code, searching for specific code snippets, or collaborating with team members, Visual Studio has you covered with its latest release.
Try out Visual Studio v17.11 today and experience a new level of productivity and efficiency in your development projects!