- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 1 month ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 1 month ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 4 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 5 months ago
- Building a 3D Digital Clock with ArduinoPosted 10 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 11 months ago
- Snowflake with ArduinoPosted 11 months ago
- Holographic Christmas TreePosted 11 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 12 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Microsoft open sourced Visual Studio Code Extension for Arduino
Microsoft, which has the biggest contributor community on GitHub, has launched the MIT-licensed code across the open source platform to enable developers to leverage Arduino hardware specifically for IoT projects and applications.
Zhidi Shang – R&D and Product Development, Cloud, Big Data, IoT, Mobile and Open Source at Microsoft – noted that in the MCU domain, there are millions of Arduino developers looking for advanced features to make development easier.
“Keeping open source and open platform in mind, we started the work to add an extension on Visual Studio Code, the cross-platform, open sourced advanced code editor, for Arduino application development,” he said.
The Microsoft Developer blog post further explained that the design builds on the official Arduino IDE, meaning that the extension is almost entirely compatible and consistent with Arduino IDE.
Microsoft is now encouraging developers to participate in the open source project and suggests numerous ways to get involved including filing bugs, submitting feature requests and sending pull requests.
Here is a list of the core functionalities:
• IntelliSense and syntax highlighting for Arduino sketches
• Verify and upload your sketches in Visual Studio Code
• Built-in board and library manager
• Built-in example list
• Built-in serial monitor
• Snippets for sketches
• Automatic Arduino project scaffolding
• Command Palette (F1) integration of frequently used commands (e.g. Verify, Upload…)
• Integrated Arduino Debugging New