News

Visual Studio 2022 for Mac Preview 4 Improves Window Management, Search

The problematic Visual Studio for Mac 2022 is out in Preview 4, which adds new window drag-and-drop functionality and improves code searching and navigation.

The Mac version of Microsoft's flagship IDE is way behind the Windows version, which debuted early last month. And the dev team was beset with performance and reliability problems with VS 2019 for Mac dating back to 2018 as explained in the article "Visual Studio for Mac Getting VS Code Internals in Reliability Revamp."

Getting the Mac IDE up to par with the Windows IDE is apparently still an ongoing process, as Microsoft's web site for the IDE, Visual Studio 2022 for Mac Preview, says: "We're moving Visual Studio for Mac to native macOS UI, which will fix over 100 previously reported issues related to performance, reliability, and product quality. By using native macOS UI, the IDE now works more reliably with macOS's built in assistive technologies."

Those problems and the native solution were alluded to in a Dec. 15 post announcing Preview 4: "Visual Studio 2022 for Mac Preview 4 release is here, and continues our move of the IDE to fully native macOS UI, fixes many top issues, and introduces new experiences for laying out your windows and searching your source."

And, while drag-and-drop functionality would seem to be commonplace in any modern code editor or IDE, it leads off the short list of improvements as detailed by Jordan Matthiesen, senior program manager, Visual Studio for Mac.

"In this Preview 4 release, we've brought the ability to drag and dock tool windows from Visual Studio 2019 for Mac and went one step further to make it similar to the Visual Studio experience on Windows. Now when you drag a tool window, you'll see on-screen icons that show you where the window can be docked," he said.

animated gif showing moving the solution from the right side of the IDE to the left side
[Click on image for larger, animated GIF view.] Moving the Solution Window from the Right-side of the IDE to the Left-side. (source: Microsoft).

The dev team is also experimenting with other windowing functionality, specifically the ability for a developer to select the drop-down menu at the top of each tool window and then select a drop target in which to dock it. "This makes it easier to move windows without having to click and drag, which can be uncomfortable for some developers with motor control challenges or repetitive stress injuries," Matthiesen said. "This is an early preview of this feature, which you can turn on with the 'Enable the Snap Control in Tool Windows' option from the Visual Studio > Preferences... > Preview Features menu."

Searching and navigating through source code, meanwhile, is improved with the ability to group items in the search results window.

As far as the continuing move to a native macOS UI, recent progress includes porting these UIs:

  • Git > Manage Stashes... menu
  • Window > Layout > Save Current Layout... menu
  • Preferences/Project Options > Code Formatting settings, and Standard Headers

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube