Arduino IDE vs Visual Studio

Need advice about which tool to choose?Ask the StackShare community!

Arduino IDE

139
118
+ 1
1
Visual Studio

47.3K
36.7K
+ 1
1.1K
Add tool

Arduino IDE vs Visual Studio: What are the differences?

Introduction:

Arduino IDE and Visual Studio are two popular Integrated Development Environments (IDEs) used for programming and developing applications. While both IDEs have their own set of features and advantages, there are key differences that distinguish them from each other.

  1. Language Support: One major difference between Arduino IDE and Visual Studio is the language support. Arduino IDE primarily supports the Arduino Programming Language, which is a simplified version of C/C++. On the other hand, Visual Studio provides support for a wide range of programming languages including C++, C#, F#, Visual Basic, and many more.

  2. Development Environment: Another notable difference is the development environment. Arduino IDE has a simple and user-friendly interface specifically designed for Arduino boards and projects. It provides a streamlined experience for beginners and focuses on simplicity. In contrast, Visual Studio offers a more comprehensive and feature-rich development environment with advanced tools, debugging capabilities, and extensive customization options.

  3. Plugin Ecosystem: Visual Studio has a vast ecosystem of plugins and extensions that enhance its functionality. These plugins allow developers to add additional features, integrate with other tools, and customize their development experience. Arduino IDE, on the other hand, has a limited plugin ecosystem, which restricts the extensibility and customization options available to developers.

  4. Code Intellisense and Autocomplete: Visual Studio provides powerful code intellisense and autocomplete features, which significantly improve code development speed and accuracy. These features help developers by suggesting code completions, showing parameter hints, and providing automatic code formatting. Arduino IDE, while it does offer some autocomplete functionality, does not have the same level of sophistication and language intelligence as Visual Studio.

  5. Project Management and Build System: Visual Studio provides robust project management capabilities, allowing developers to organize their code into projects, manage dependencies, and build complex applications with ease. It also supports various build systems such as MSBuild and CMake. In contrast, Arduino IDE is primarily focused on developing single-board microcontroller projects and does not offer the same level of project management and build system flexibility.

  6. Hardware Integration: Arduino IDE is specifically designed for programming Arduino boards and provides seamless integration with Arduino hardware. It includes built-in libraries and tools for easily configuring and uploading code to Arduino devices. Visual Studio, while it can be used for Arduino development through plugins, does not have the same level of native integration and support for Arduino hardware.

In summary, Arduino IDE and Visual Studio differ in language support, development environment, plugin ecosystem, code intellisense, project management, and hardware integration. Arduino IDE is more beginner-friendly and focused on Arduino projects, while Visual Studio is a versatile and powerful IDE with support for multiple programming languages and a wide range of features.

Advice on Arduino IDE and Visual Studio

The problem I have is whether to choose Android Studio or Visual Studio? I have to develop a simple app for a school project that can work on both iPhone and Android.

The most important factors for me are Android and iOS compatibility. Although note that i would like to become a Software Engineer when i finish my course. (I'd like to work for Apple, just saying!)

After that id like easy integration for Google Ads and such if i do develop another app that people actually use to support development. (I'd also like to stick with one easy programming language that's compatible with a wide variety of platforms since i'm a beginner and have only ever used Pascal)

See more
Replies (1)
Recommends
on
FlutterFlutter

First of all - Android Studio and Visual Studio are IDE's. Tools to create code. What you are asking is programming framework. I assume that when you are talking about Android Studio you mean Native Android Development and by Visual Studio you mean Xamarin.

If you want to create crossplatform app then Native Android Development is NOT a way to go. Xamarin might work for you, BUT - you'd rather recommend you to go with Flutter. It's much more performant than Xamarin, programming model is friendlier for developer and technology seems just more refined. It's also officially supported by google, so no worries about support.

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Arduino IDE
Pros of Visual Studio
  • 1
    Larger community online
  • 305
    Intellisense, ui
  • 244
    Complete ide and debugger
  • 165
    Plug-ins
  • 104
    Integrated
  • 93
    Documentation
  • 37
    Fast
  • 35
    Node tools for visual studio (ntvs)
  • 33
    Free Community edition
  • 24
    Simple
  • 17
    Bug free
  • 8
    Made by Microsoft
  • 6
    Full free community version
  • 5
    JetBrains plugins (ReSharper etc.) work sufficiently OK
  • 3
    Productivity Power Tools
  • 2
    Vim mode
  • 2
    VIM integration
  • 1
    I develop UWP apps and Intellisense is super useful
  • 1
    Cross platform development
  • 1
    The Power and Easiness to Do anything in any.. language
  • 1
    Available for Mac and Windows

Sign up to add or upvote prosMake informed product decisions

Cons of Arduino IDE
Cons of Visual Studio
  • 1
    No debugger
  • 15
    Bulky
  • 14
    Made by Microsoft
  • 6
    Sometimes you need to restart to finish an update
  • 3
    Too much size for disk
  • 3
    Only avalible on Windows

Sign up to add or upvote consMake informed product decisions

What is Arduino IDE?

It makes it easy to write code and upload it to the board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing and other open-source software.

What is Visual Studio?

Visual Studio is a suite of component-based software development tools and other technologies for building powerful, high-performance applications.

Need advice about which tool to choose?Ask the StackShare community!

Jobs that mention Arduino IDE and Visual Studio as a desired skillset
What companies use Arduino IDE?
What companies use Visual Studio?
See which teams inside your own company are using Arduino IDE or Visual Studio.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Arduino IDE?
What tools integrate with Visual Studio?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

What are some alternatives to Arduino IDE and Visual Studio?
PlatformIO
PlatformIO is an open source ecosystem for IoT development. Cross-platform build system and library manager. Continuous and IDE integration. Arduino and MBED compatible. Ready for Cloud compiling.
uno
We built uno, a small tool similar to uniq (the UNIX CLI tool that removes duplicates) - but with fuzziness. uno considers two lines to be equal if their edit distance is less than a specified threshold, by default set to 30%. It reads from stdin and prints the deduplicated lines to stdout.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
IntelliJ IDEA
Out of the box, IntelliJ IDEA provides a comprehensive feature set including tools and integrations with the most important modern technologies and frameworks for enterprise and web development with Java, Scala, Groovy and other languages.
PyCharm
PyCharm’s smart code editor provides first-class support for Python, JavaScript, CoffeeScript, TypeScript, CSS, popular template languages and more. Take advantage of language-aware code completion, error detection, and on-the-fly code fixes!
See all alternatives