Showing results for April 2023 - Visual Studio Blog

Apr 27, 2023
22
9

Exploring JavaScript and TypeScript Development in Visual Studio

Jiayan Chen
Jiayan Chen

Over the last 12 months, we made many improvements to the JavaScript and TypeScript developer experience in Visual Studio so that you can run both your front-end and back-end together within one click in one place. You might have seen the updates but in this blog post we will detail the new and improved features now available when working with Java...

Visual StudioJavaScriptTypeScript
Apr 21, 2023
6
6

Improving the Syntax Highlighting of JavaScript in Visual Studio

Armando Aguirre
Armando Aguirre

Syntax highlighting, aka colorization, is one of Visual Studio's essential features; it uses colors and styles to help guide our brains when reading code. Following this Developer Community suggestion, we decided to work on improving the JavaScript and TypeScript experience! Starting from 17.6 we improved existing colorization and expanded it to...

Visual StudioJavaScriptNode.js
Apr 19, 2023
15
5

Git Tooling Preview Features to Enhance Productivity

Jessie Houghton
Jessie Houghton

We’re excited to share productivity and quality of life improvements available to the Git experience in Visual Studio version 17.6 Preview 2. Download the latest Visual Studio Preview and watch our recent Visual Studio Toolbox Live session to check out the following new Git features. Improved Search for Related GitHub Issues and Azure De...

GitHubGitGit Integration
Apr 13, 2023
13
10

Improving Visual Studio performance with the new Instrumentation Tool

Nik Karpinsky
Nik Karpinsky

Summary With the release of Visual Studio 2022 version 17.6 we are shipping our new and improved Instrumentation Tool in the Performance Profiler. Unlike the CPU Usage tool, the Instrumentation tool gives exact timing and call counts which can be super useful in spotting blocked time and average function time. To show off the tool let’s use it to ...

Debugging and DiagnosticsVisual Studio 2022Developer Productivity
Apr 6, 2023
6
8

Visual Studio Toolbox: Debug Threads & Tasks with Parallel Stacks

Leslie Richardson
Leslie Richardson

The Visual Studio Toolbox show helps you become a more productive developer by focusing on tooling in and out of Visual Studio.  Our latest episodes of VS Toolbox (available both on Learn and YouTube) feature Mark Downie and Ramkumar Ramesh from the Visual Studio Diagnostics team. They demonstrate how you can use the Threads and Tasks views of the ...

Visual StudioDebugging and DiagnosticsVisual Studio 2022