Visual Studio Time Saver – Finding Code Samples using Developer Assistant
Can’t remember the syntax to write to a file? to read through XML? before you go opening a browser window to do a search, check out Developer Assistant
I love copy and paste. Specifically, when I don’t know or can’t remember the syntax for a particular class or method, I love to search for a code example then cut and paste it into my code. Then I just change parameters as needed to get my desired result. If you do the same thing, you are going to like the new add-in for Visual Studio: Developer Assistant. Developer assistant, allows you to find code samples from MSDN, CodeProject, and other online sources without leaving Visual Studio. Developer Assistant is available for Visual Studio 2012, 2013, and 2015. Here’s a short demonstration to get you started.
If you liked this tip, check out the series Visual Studio Time Savers, where I share my favourite time saving tips. Give them a try and let me know what you think or share your own tips! There are more coming, so make sure to check back often or subscribe to the RSS feed to get tips as soon as they are posted.
If one of these has helped you become more productive, make sure to comment on and share the videos.
Have a tip that has made you more productive? Let us know by tweeting to @cdndevs (hashtag #vstips) or commenting on the Microsoft Developer Facebook wall.
Comments
- Anonymous
January 14, 2016
Developer Assistant does not appear to work for HTTP proxy users. The SysInternals TcpView utility shows that a direct connection is attempted (and obviously fails) instead of using the configured proxy server. The proxy settings are correct both for the user and system wide (WinHTTP).