Arduino Visual Studio - Multiple Sketch Intellisense

Support for multi sketch arduino projects is included in version 1.2

 

Large Arduino projects benefit from the visual studio intellisense. The ArduPilot project is a good example!

 

Everything you see below was automatically created when I opened the ArduPilot_25.pde in Visual Studio. The _core folder includes mappings to the Arduino board files, all other sketch files including .c and .h were also automatically linked into a new solution.

 

I opened the ArduPilot sketch, dropped down the master intellisense list (CTRL+J) and was amazed to see how much hard work has been invested into the ArduPilot system

 

News - 2010

2nd May - Visual Studio 2010 - Navigating the Navigator with ArduPilot

18th April - Supports multiple sketch (pde) files in a single project (ArduPilot)

17th April - Supported on all windows language versions

14th April - First test success

11th April - The arduino visual studio beta was released today

Links and References

Visual Micro Forums here

Visit the Arduino forums here

A different solution here

Bob Powell's solution here

Ardupliot example here