From 65ff4caceb6f5a6788fb81d85a95c1a56b8b71a4 Mon Sep 17 00:00:00 2001 From: formulahendry Date: Mon, 15 May 2017 11:41:08 +0800 Subject: [PATCH] Add 'PlatformIO' extension --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3eb3749..2a3c731 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - [Editor Config for VS Code](#editor-config-for-vs-code) - [ftp-sync](#ftp-sync) + - [PlatformIO](#platformio) - [Quokka](#quokka) - [Runner](#runner) - [Slack](#slack) @@ -355,6 +356,12 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ![](http://i.imgur.com/W9h4pwW.gif) +### [PlatformIO](https://marketplace.visualstudio.com/items?itemName=formulahendry.platformio) + +> An open source ecosystem for IoT development: supports 350+ embedded boards, 20+ development platforms, 10+ frameworks. Arduino and ARM mbed compatible. + +![](https://raw.githubusercontent.com/formulahendry/vscode-platformio/master/images/build.gif) + ### [Quokka](https://marketplace.visualstudio.com/items?itemName=WallabyJs.quokka-vscode) > Rapid prototyping playground for JavaScript and TypeScript in VS Code, with access to your project's files, inline reporting, code coverage and rich output formatting.