by Visual Micro
2. May 2010 17:17
The visual studio object browser simplifies browsing of arduino/wiring libraries, custom libraries and your own code.

b668076a-5a0d-4402-839e-548aa3259803|2|5.0
by Visual Micro
11. April 2010 19:56
You can easily attach libraries into your arduino projects using the free visual studio addin. Library files are linked and not copied to the project which means that when libraries are updated your projects are automatically updated.
Clicking the libary button on the tool bar provides a list of installed arduino libraries (core libs only at the moment). Selecting a library from the list automatically adds a new filter folder called "_libraries\Core\<libName>" and links all of the source and header files from the library into the project.
An #include is also automatically added to the open .pde source. Example...

9fa1d8a4-b6c0-4e7d-8cc1-c97558f1cffd|1|5.0