Visual Studio Code

Home > Computer Software Setup > Visual Studio Code

Visual Studio Code

A source code editor is a software, which designed for editing the source code of computer programs. This code editor software is used by programmers is to write and edit source code. There are several open-source and online code editing software. As an example Notepad++,TextWrangler, Coda , Sublime Text, TextMate and etc. Today we are going to discuss Visual Studio Code.

Visual Studio Code is developed by Microsoft, and surprisingly. It is free and open-source software. It supports Mac, Windows, and Linux operating systems. Visual Studio Code offers built-in support for TypeScript, JavaScript, Python Node.js and etc.  And it also includes tools for web technologies such as JSX/React, HTML, CSS, SCSS, Less, and JSON. In VS Code, it has an autocompleted intelligence feature that offers smart completions dependent on variable types, modules, and function definitions and other features are debugging, syntax highlighting and etc.

VS Code has an integrated terminal, as well as Git’s built-in support. If you want to personalize VS Code, there are install extensions to add new languages, themes, debuggers, and connect to additional services. These extensions are running in separate processes that ensuring they won’t slow down your editor. Simple keyboard shortcuts, easy modification, and community-based keyboard

shortcut mappings enable you to quickly navigate your code.

Leave a Reply

Your email address will not be published. Required fields are marked *