Browsing tag

code

How to Install Visual Studio Code on Debian 11 / Debian 10

Visual Studio Code (VSCode) is an open-source, cross-platform code editor developed by Microsoft that works with many different programming languages, including Python and JavaScript. It also supports debugging, embedded Git Control, syntax highlighting, and code completion features. Here, we will see how to install Visual Studio Code on Debian 11 / Debian 10. Setup Visual […]

How To Install Atom Editor On Ubuntu 20.04

Atom is an open-source text and source code editor for Windows, Linux, and macOS, developed by GitHub. It is called “A hackable text editor for the 21st century” due to being a highly customizable text editor.

How To Install Visual Studio Code On Ubuntu 20.04

Visual Studio Code (VsCode) is a free cross-platform source-code editor developed by Microsoft for Windows, Linux, and macOS. It supports debugging, embedded Git control, syntax highlighting, code completion and refactoring, and snippets. In addition to its core functionality, you can install extensions to change the look, support new programming languages, custom components, etc.