Bing Code Search for C#
Written by Kay Ewbank   
Friday, 21 February 2014

Microsoft has released an add-on for Visual Studio 2013 that lets you search for code snippets from the cloud and inserts them directly into your code.

The free extension for Visual Studio is currently limited to C#, and lets you find code samples from the code repositories on the web including MSDN, StackOverflow, Donnetperls and CSharp411. You can launch the search directly from the coding window, and Bing will to use signals and metadata including the project type and language to find relevant code samples. The feature makes use of the work Microsoft released in November that streamlined how MSDN API information was indexed and presented in Bing search results.

To use the new feature you choose a new option in the Intellisense pop-up. The ‘How do I’ option lets you type a description of the task you’re trying to complete, for instance ‘read a file line by line’. Press Enter, and you’re shown a list of results that are tailored for your code.

 

bingsearchpopup

 

Introducing the new feature on the Visual Studio blog , Ala Shiban, Program Manager, Visual Studio Editor says:

"Behind the scenes, the query is securely beamed up to Bing along with contextual pieces that help us hone in on the fuller meaning of that query. We use meta-data like the project type, semantic context (using the new C#/VB compiler services aka ‘Roslyn’!), and a few other sprinkles of Microsoft Research magic.”

From the list of results, the extension isolates and ranks the relevant code samples based on syntactic and semantic code metrics. The ordered results are then shown within Visual Studio, along with a projected quality estimation of the sample and its source.

If you are prepared to put up with its low-res graphics, you can see the extension in action in this Microsoft Research video:

 

 

More Information

Download Bing Code Search for C#

Related Articles

Google's Clearout Sweeps Away Code Search       

RyuJIT - The Next Gen JIT .NET Compiler

Silverlight Support Roadmap

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


CSS Test of Time Award 2023
18/02/2024

The ACM CCS Test-of-Time Award honors research with long-lasting influence, which have had significant impacts on systems security and privacy. The 2023 award in respect of a paper by Marten van Dijk  [ ... ]



Google Donates $1M To Rust
26/02/2024

Google has made a donation of $1 million to The Rust Foundation. The contribution has been earmarked to underwrite the Interop Initiative: a new C++/Rust interoperability effort.


More News

 

Last Updated ( Friday, 21 February 2014 )