How to add Arduino source code #region blocks

by Visual Micro 27. July 2014 06:08
#pragma region RegionName
void setup()
{

  /* add setup code here */

}

void loop()
{

  /* add main program code here */

}
#pragma endregion 

tested with vs2010