Help me with this API: use Koders.com

With the recent release of the VS SDK 4.0, we have partnered with Koders.com to index all the code in the VS SDK and makes it easily searchable. This will make life easier for our developers because now you can easily find sample code that uses the particular API that you are interested in.

Let's try this out. Follow the steps below to see how this works:

  1. Open https://www.koders.com.
  2. In the search box, type in "IVsTaskList", then hit ENTER.

You will then see a list of files that contains source code related to the IVsTaskList interface. See the picture below.

Koders.com 

You can click on TaskProvider.cs to see how our CodeSweep sample uses this interface.

We have indexed all the sample projects, as well as the MPF and VSL source code. Now you have an easy way to read VS SDK sample code even without installing the SDK!

- James