Showing results for Productivity - Visual Studio Blog

Sep 26, 2024
8

Creating a React TODO app in Visual Studio 2022

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In this tutorial we will create a React front-end, with JavaScript, of a TODO web app using a Visual Studio 2022. To get started install Visual Studio with the Node.js development workload. This will include the JavaScript/TypeScript (JSTS) projects and the associated support. The code for this app can be found at sayedihashimi/todojswebapp (github...

Sep 25, 2024
8

Organize Your Breakpoints like a pro

Harshada Hole
Harshada Hole

Do you feel overwhelmed by the sheer number of breakpoints in your Visual Studio project? Wish you could categorize and toggle them on and off with ease? The new breakpoint group feature in Visual Studio 2022 is here to transform your debugging experience. Breakpoint groups allow you to create custom collections of breakpoints and apply ...

Debugging and DiagnosticsDeveloper ProductivityBreakpoints
Sep 18, 2024
7

Multi-Project Launch Configuration

Nayana Srikanth
Nayana Srikanth

Are you tired of the hassle of manually configuring your development environment every time you want to launch multiple projects? We've heard your feedback and are thrilled to announce a feature in Visual Studio that simplifies your workflow. The Multi-Project Launch Configuration feature in Visual Studio allows developers to set up and save ...

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 ...

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 ...

Debugging and DiagnosticsBreakpoints
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 ...

Keyboard Shortcutscode searchvsconfig