New Features in Bing Developer Assistant March Release

In the March release of Bing Developer Assistant, we added the following new features:

1. Pin the Intellisense Window.

image

By clicking the new ‘Pin’ button, you can pin the API help info in Visual Studio, and drag it to anywhere on the screen.

image

You can also pin multiple API Help windows, and dock them together.

image

2. The new “How do I…” search in Intellisense

image

In this release, we added the ‘How do I…’ search in the Intellisense window.   You can invoke the ‘How do I’ search using the ‘Ctrl + Shift + F1’ shortcut too.

image

image

The “How do I” window can be docked anywhere in Visual Studio.

3. Setting to turn on/off the ‘Developer Assistant’ Intellisense experience.

Thanks to our users’ feedback, I added the setting to restore to the default Visual Studio intellisense experience.   The setting is available in Visual Studio / TOOLS / Options… / Developer Assistant.

image

4. API highlight in the Local Code Search result

We added the API highlight in the local code search results:

image

5. The code search box is moved to a separate Toolbar in Visual Studio

image

The code search box was part of the Standard toolbar in Visual Studio.  It made it hard for people to hide/remove the search box.   In this version, we moved the search box into its own Toolbar.  

image

6. ‘Bing Developer Assistant’ renamed to ‘Developer Assistant’.

If you love what you see in this version of Developer Assistant, please recommend it to your friends and colleagues. If you have any problems or suggestions, please contact us at bingdevassistant@microsoft.com.  We’ll do our best to take your feedback into account when building future versions of the plugin.

This article is part of the GWB Archives. Original Author: Geekswithblogs

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.