News

As New Visual Studio Extension Manager Previews, Mads K Floats New Tool Ideas

Just as a new extension manager for Visual Studio 2022 was announced in preview, Microsoft's Mads Kristensen, a principal program manager for the IDE and extension author extraordinaire, floated some new ideas for new tools and functionality.

The new extension manager, which was announced with the just-released Visual Studio 2022 17.9, sports a new UI and provides a new way to manage extensions.

Specifically, the new design maximizes space to show pertinent content when searching for extensions. Now, a large window shows the detailed description for a selected extension.

The Old Look
[Click on image for larger view.] The Old Look (source: Ramel).
The New Look
[Click on image for larger view.] The New Look (source: Ramel).

The new design also introduces search filters to help narrow down the list of extensions. For example, as shown in the screenshot below, devs can filter by category (Controls, Templates, Tools) and subcategory (Coding, Data, Documentation and more).

New Extension Manager Filtering in Animated Action
[Click on image for larger, animated GIF view.] New Extension Manager Filtering in Animated Action (source: Microsoft).

As the new Extension Manager is a preview feature, it must be enabled in the IDE's settings by clicking on Tools > Manage Preview Features and checking the box for Extension Manager UI Refresh (requires restart).

Meanwhile, around the time the new extension manager was being announced, Kristensen, who has authored more than 100 Visual Studio extensions, took to social media to float some new ideas for new tools and functionality.

Here are some of the ideas he shared recently:

  • Displaying return values of functions/methods when debugging in Visual Studio would be helpful. If you agree, vote here (During Debug Display Function Return Value):
  • What do you feel about this proposal for a tweak to the C# quote completion feature in Visual Studio? That proposal is for his "Better Quotes" tool whose description reads: "Fixes the issue where typing a quote character before or after a word, causes auto-insertion of a second quote character in C#. This is a common nuisance when typing in Visual Studio...."
  • Is this a good idea? If you are curious, try it out yourself. That link points to his EmojiSense tools, whose description reads: "IntelliSense for emojis in code comments and string for all languages."

Functionality provided by Kristensen's extensions often gets natively baked in to the Visual Studio IDE, so it's possible that some of these ideas could be implemented in the future. In the meantime, he has continually been posting about new tools he has created (or found), with recent posts including:

As Visual Studio 2022 17.10 is now in the works (see "Copilot Chat Highlights Visual Studio 2022 17.10 Preview 1"), stay tuned to see if any of these ideas are realized in that release -- and vote for features you like.

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