Fully Arduino compatible IDE. Edit, deploy and debug. Manage libraries & boards. Unique Serial Debugger for any board including full speed debugging, break/trace points with timing and function call features. Code remains compatible with the Arduino IDE. Extended options for ...
Installer note: The Microsoft Linux/Gcc engine is installed with Visual Micro but it is only used to provide Arduino compatible intellisense
Why does Visual Micro install Microsoft Linux/GCC IntelliSense tools?
Visual Micro uses Microsoft GCC IntelliSense tools to feed the GCC parser with accurate results from its Arduino-compatible build system. This integration provides IntelliSense tailored to your actual project, platform, and library sources.
July 2024: Enhanced Build Times
The latest update offers improved build times while maintaining compatibility with Arduino build specifications. Visual Micro now uses a more intelligent caching method when searching for Arduino-compatible library headers, reducing unnecessary compiler work. This enhancement is particularly beneficial for slower toolchains like the ESP32.
License: Perpetual or Yearly Licenses are available from $19 per year (includes forum support and updates). Existing customers of earlier IDE versions, please see our web site for free offers and discounted upgrades
Features:-
Fully Arduino Compatible Build and Upload System (supporting all Arduino Versions)
Code remains 100% Arduino Compatible
Configuration is Shared with the Arduino IDE saving setup time and confusion
Unique Software Debugging via USB and WiFi (perfect all boards from Uno/Mega to ESP32) with features above GDB:
Hundreds of Break and Trace points can be configured
Install Failed? If this download fails to install then right click the downloaded .vsix file and then "Right click > Open with > Visual Studio Version Selector". This often applies to all Microsoft extensions if Atmel Studio or older Visual Studio versions are installed side-by-side with Vs2017/2019.
IDE load time? Visual Micro will only load at Startup when its toolbars are visible. Otherwise Visual Micro will load only when needed. The "VMicro" toolbar is an exception to the rule, it can always be visible and will not affect load times. Switching "vMicro>Toolbar Auto Visibility" 'On' allows toolbars to automatically 'display/hide' when an Arduino project is open. Switching auto visbility 'Off' provides user control of toolbar visibility using the standard Visual Studio toolbar visibility features.
See all project sources? The small icon called "Show all files" above the solution explorer enables switch between "physical file and folder view" and "Filtered view of files included in the current project(s)". The "show all files" view is useful to see which sources are included in the project. By default, for novice users, Visual Micro will ensure the correct sources are included. Advanced users that change sources using windows explorer or external editors need to review and manage this themselves.... Right clicking folders and files when "show all files" is enabled provides options to "Include" or "Exclude" sources from the current project. Normally, for Arduino, we should expect to see all sources below the project, the "\src" folder and folders below the "\src" folder to be included. Another useful option can be "vMicro>Show hiden files" which will includes core Arduino and library sources as shortcuts in the solution explorer. This can make it easest to navigate to or view the underlying cpp/c sources.