

Solution loading and file searching is now faster as well.

You’ll also avoid the “out of memory” errors that Visual Studio was seeing before when opening large solutions, files or objects into memory. Now Visual Studio can load larger projects and load more projects at once. This means that the main process (devenv.exe) is no longer limited to 4GB of memory. It’s faster in part now that Visual Studio 2022 is a 64-bit application. Well, that might have been the case for earlier versions of Visual Studio, but that is not the case for Visual Studio 2022. You might be saying that all these user interfaces are nice, but Visual Studio is slow enough already. You can enable it by going to the Tools > Options > Text Editor > C# or Basic > Advanced then select Inlay Hints. Further down the image, the RedirectToAction method has a parameter named actionName, which this sample is using the Details action. In this image, you can see that Visual Studio tells you that the type for variable imageUrl is string and contact is of type Contact. Inlay hints can display parameter name hints for literals, function calls and more.

Visual Studio now includes inlay hints for code completion, code lens and more. Visual Studio now includes a Theme Converter, which converts Visual Studio Code themes to Visual Studio themes. The dark theme has been updated also to better align with the Microsoft design guidelines and improve accessibility. While themes are not new to Visual Studio, Visual Studio now offers you the ability to sync your Visual Studio theme with your operating system theme. You’ve probably noticed in the image above that there are icons for a light and dark theme. The icons have been updated to be consistent across different icons while remaining legible and familiar to the user.
