Showing results for Category : Visual Studio

Sep 11, 2024
4

Search scoping helps you find what you’re looking for

Leah Tran
Leah Tran

If you're working on a large and complex solution, you might find yourself overwhelmed by the number of results when you use code search in Visual Studio. You might be looking for a specific class, method, or variable, but end up scrolling through pages of irrelevant matches. Wouldn't it be nice if you could narrow down your search scope to only th...

Searchcode search
Sep 10, 2024
6

Break for Async User-Unhandled exceptions in the Visual Studio Debugger

Anders Sundheim
Anders Sundheim

Before .NET 9, the debugger was unable to track exceptions thrown from user-code async methods into non-user code framework methods, such as ASP.NET middleware. We are pleased to announce that you will now start seeing the debugger stop for these user-unhandled exceptions in your ASP.NET applications, as well as anywhere else this might happen! ...

Debugger
Sep 9, 2024
0

Supercharge C++ Debugging with AI-Generated breakpoint expressions

Harshada Hole
Harshada Hole

Have you ever spent hours debugging your C++ code, struggling to set up the right conditional breakpoint or tracepoint? Or wished for a smarter way to obtain detailed runtime information without manually crafting complex expressions? You're in luck! With Visual Studio 2022, the latest GitHub Copilot feature now offers AI-generated expressions for b...

Debugging and DiagnosticsBreakpoints
Sep 4, 2024
7

Incorporate GitHub Copilot into your daily flow

Rhea Patel Sinem Akinci Mika Dumont
Rhea,
Sinem,
Mika

Streamlining Workflow with GitHub Copilot  Have you ever received code completions that are too large to manage or ones that need slight tweaks, but you must accept all the code to make those changes? To address these pain points, in Visual Studio 17.11 we’ve introduced a new feature that allows you to refine your completions by adding extra conte...

Visual Studio 2022GitHub Copilot
Sep 3, 2024
4

Enhancing your Visual Studio authentication experience

Ruben Rios
Ruben Rios

The current cyber security climate demands that applications not only provide outstanding features but also prioritize the security of user data. Applications like Visual Studio rely on token-based authentication to access resources on your behalf. While effective, token-based authentication can be susceptible to attacks if not properly protected. ...

securityWAM
Aug 29, 2024
7

New GitHub Copilot features in Visual Studio 2022 17.11

Amy Nguyen
Amy Nguyen

Visual Studio 2022 17.11 now brings exciting advancements from GitHub Copilot! This release significantly improves how GitHub Copilot integrates into your development workflow, offering smarter and more intuitive coding assistance. Discover the new GitHub Copilot features in Visual Studio, such as enhanced context understanding, improved code co...

Visual Studio 2022GitHub Copilot
Aug 28, 2024
2

C++ Gaming Productivity Update for Visual Studio 2022 version 17.11

David Li
David Li

Introduction In Visual Studio 2022 version 17.11, you will find brand new productivity enhancements for your game development workflows. From faster conditional breakpoints to a swath of Unreal Engine enhancements, we have added various productivity boosters based on your feedback. Once again, thank you for sharing Developer Community feedback and...

Visual Studio 2022Game DevelopmentUnreal Engine
Aug 26, 2024
9

New IDE features in Visual Studio v17.11

Mads Kristensen
Mads Kristensen

In Visual Studio 2022 v17.11, you'll discover several new features that address specific issues developers have reported. These updates don't belong to a distinct category, but we're dedicated to sharing them with you in this blog post. You can download the update and view the comprehensive release notes for full details. Find the code you're look...

Keyboard Shortcutscode searchvsconfig
Aug 22, 2024
2

Enhancing Code Comprehension: GitHub Copilot’s Features in Visual Studio 2022 17.11

Rhea Patel
Rhea Patel

GitHub Copilot in Visual Studio 2022 17.11 now offers an improved experience you to refer to their methods, classes, functions, and entire solution directly within the chat. By using the # symbol followed by the name of a method, class, or function, or by referring to your solution with @workspace, you can provide specific context that helps GitHub...

GitHub CopilotCopilotContext
Aug 21, 2024
2

New C++ features in Visual Studio v17.11

Sy Brand
Sy Brand

Visual Studio 2022 version 17.11 is here and comes with a host of new features for C++ developers. We’ve made improvements across our toolchain, Unreal Engine support, Build Insights, CMake debugger, and more. This post gives a quick overview of what’s available; for all the details, see What's New for C++ Developers in Visual Studio 2022 17.11 on ...

Visual Studio 2022C++