News

Finding Visual Studio 2022 Extensions Now Easier

It's now easier to find helper tools providing all manner of functionality in Visual Studio 2022 v17.7 Preview 3.

"We're updating the Extension Manager to make it easier for you to find great extensions from the Visual Studio Marketplace and to make managing and keeping your existing extensions up to date a more seamless experience," Microsoft said last week in announcing Preview 3.

Extensions can be controls, samples, templates, tools or other components that add functionality to the IDE, such as hot tech like Live Share or GitHub Copilot, the "AI pair programmer."

[Click on image for larger view.] Extension Manager (source: Microsoft).

To enable the new feature, developers need to check the "Extension Manager UI Refresh" preview feature with the menu command: Tools > Options > Environment > Preview Features.

Microsoft didn't specify exactly how the Extension Manager is being improved, but last month updated its guidance to "Find, install, and manage extensions for Visual Studio."

Other dev work in Preview 3 involved addressing Developer Community feedback, including providing a fix to balky SQL Sever Developer Tools (SSDT), as detailed in "SSDT IN VS 2022 IS TOTALLY BROKEN."

There were also some C++ improvements, including a new "Include Cleanup" feature that provides suggestions to add direct includes whenever indirect includes are detected, and identifies any unused includes.

The Solution Explorer also gets a new context menu "Collapse All Descendents" command to collapse a selected node as well as its descendent nodes, a command that has been mapped as a shortcut via the Ctrl+Left arrow keys.

In the .NET and Cloud space, the HTTP Editor has been updated with a new Response View, and the team added Connected Services support for Microsoft Power Platform, a low-code/no-code offering.

In Microsoft 365 development, the Teams Toolkit got a simplified Teams Tab app template, along with several bug fixes and UI improvements.

All of the above and more is discussed in greater detail in the July 11 release notes for Visual Studio 2022 v17.7 Preview 3.

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