Skip to main content

Visual Studio 2022

VS (Visual Studio) 2022 was released in November 2021 (see the official annoucement).

Configuration

Font size

In Tools > Options > Environment > Font and Color:

  • Change Show settings for: to Environment
  • Change Font (bold type indicates fixed-width fonts): to Segoe UI
  • Change Size: to 10

Mini-map

In Tools > Options > Text Editor > All Languages > Scroll Bars:

  • In Behavior, select Use bar mode for vertical scroll bar

Additional components

.NET 10 SDK

VS 2022 won't go after .NET 9 but you can edit project files to target .NET 10 and install the SDK (with WinGet).

winget install Microsoft.DotNet.SDK.10