Home » today » Technology » Raspberry Pi already has a great text editor … from Microsoft

Raspberry Pi already has a great text editor … from Microsoft

For many years, users claimed that Raspberry Pi had a text editor quality. It turns out that this series of single board computers has enormous potential, which cannot yet be fully exploited by the majority of users. While we can turn it into almost any solution that interests us, certain software gaps complicate things. Today, thanks to Microsoft, that has changed a bit.

Is that, with each presentation of a Raspberry Pi, we long for the arrival of new tools that allow us to take it to the next level. Just a few days ago, we learned that the people of Redmond had made a more than interesting move about it. That’s thanks to the availability of Visual Studio Code.

Raspberry Pi Visual Studio Code 2

How to install this text editor on Raspberry Pi?

Well, if you want to install Microsoft’s Visual Studio Code on your Raspberry Pi, that will only take a few seconds. You must add the code that we are going to teach you next, directly with these commands:

The good news is that installing Visual Studio Code on is a simple process. No circles to overcome, no tricks. Just go to the terminal and run the following commands:

sudo apt update
sudo apt install code -y

All right, that’s it. Yes, although you may not believe it, you will already have a first-rate text editor for your Raspberry Pi. Of course, if you are unfamiliar with Visual Studio Code, you should give it some time.

However, we are going to make a small presentation about it. You should know, first of all, that we are talking about a lightweight code editor developed by Microsoft. It is completely free and open source. For this reason, already a good percentage of users also use it on MacOS and Linux.

Of course, on the other hand, a couple of decades ago the very idea of ​​having a free, open source and multiplatform development program from Microsoft would have seemed impossible. Fortunately, the directors of the North American company have changed their commercial strategy, and today they intend to open up to the public in this way.

When you install it, you will see that it incorporates several interesting features. Among them, the integrated support for generic text editing. There is also support for JavaScript, TypeScript, and Node.js. Complete, right?

Finally, keep in mind that if this initial experience is not satisfactory, you always have the possibility of adding extensions to increase its capacity. There are extensions for debugging, support for other languages ​​like Python, and much more. In this way, you can fully customize the usefulness of your Raspberry Pi.

You can install Visual Studio Code right now, right from your Raspberry Pi.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.