Friday, February 12, 2021

Visual Studio Code officially comes to Raspberry Pi #PiDay #RaspberryPi #VSCode @Raspberry_Pi @code

Jim Bennett writes via Raspberry Pi Blog to discuss the official pairing of Visual Studio Code (VS Code) and the Raspberry Pi.

There are a few products in the tech sphere that get me really excited. One of them is Raspberry Pi (obviously), and the other is Visual Studio Code or VS Code. I always hoped that the two would come together one day — and now, to my great pleasure, they have!

VS Code is a free, open source developer text editor originally released for Windows, macOS and x64 Linux. Out of the box it supports generic text editing and git source code control, as well as full web development with JavaScript, TypeScript and Node.js, with debugging, intellisense and all the goodness you’d expect from a full-featured IDE. What makes it super powerful is extensions — bringing a huge range of programming languages, developer tools and other capabilities.

For example my VS Code setup includes a Python extension so I can code and debug in Python, a set of Microsoft Azure extensions so I can manage my cloud services, PlatformIO to allow me to program micro-controllers like Arduino boards coupled with a C++ extension to support coding in C and C++, and even some Docker support. Not a bad setup for a completely free developer tool.

It’s free! And installing is as easy as:

sudo apt update
sudo apt install code -y

Read more in this blog post on RaspberryPi.Org.

No comments:

Post a Comment