Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
3.46/5 (4 votes)
See more:
According to http://codesnippet.research.microsoft.com/[], I should be able to enter three forward whacks followed by a question within Visual Studion, such as:

C#
///how can i create a filestream?


...and then press the tab key, and an Intellisense-like drop-down list will display with possible answers/ideas. For me, though, in VS 2013, doing that does nothing. Why? Did it never get added to VS 2013? Do I have to do something to enable it? Or what?
Posted
Updated 30-Oct-15 5:57am
v3

1 solution

You need to download and install this add-on: Developer Assistant[^]

Quote:
Developer Assistant for Visual Studio combines the functionality of two popular Visual Studio extensions into one: Sample Browser and Bing Code Search. This updated feature enables developers to find and reuse over 21 million of code snippets and code sample projects from within the Visual Studio IDE. The plugin is now also enabled with Bing contextual search that currently helps with root causing compiler errors and code lookup.
 
Share this answer
 
v2
Comments
BillWoodruff 30-Oct-15 16:06pm    
+5
Leo Chapiro 30-Oct-15 16:45pm    
Thank you! :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900