Installing a code editor VS Code, Sublime Text, etc.
When you need to install a JavaScript programming code editor on your computer, you currently have many existing graphical code editor options available. These include Microsoft Visual Studio Code (VS Code), Sublime Text Code Editor, Atom Code Editor, Notepad++, Eclipse, and NetBeans, etc. Here are detailed installation steps for two of the most common and popular JavaScript code editors, Microsoft Visual Studio Code VS Code and Sublime Text Editor.

Installing Microsoft Visual Studio Code VS Code on a computer.
Visual Studio Code VS Code Editor is a free, popular open-source program code editor software platform developed by Microsoft Company. In Microsoft Visual Code Editor, you get many features, such as IntelliSense features, program source code debugging features, latest version control integration and multiple groups of popular programming extension support features.
Installation steps of Microsoft Visual Studio.
Installation of Microsoft Visual Studio in Windows.
- First of all, go to the official website of Microsoft Visual Studio.
- To download the Microsoft Visual Studio installer file, manually select and click on the download button for Windows.
- Once the Microsoft Visual Studio file is downloaded, run the Microsoft Visual Studio installer .exe file.
- Follow all the dialog control installation prompts that appear in the installation wizard properly.
- Accept the Microsoft Visual Studio License Agreement.
- Select the Microsoft Visual Studio software installation location.
- Manually perform additional tasks like adding the Microsoft Visual Studio file system to the PATH.
- Create a quick access icon on the desktop for Microsoft Visual Studio quick access.
- Once the Microsoft Visual Studio installation setup is complete, you can manually launch the Microsoft Visual Studio code editor from the Start menu or desktop icon and code.
Installing Microsoft Visual Studio on Apple Mac.
- First of all, search the official website of Microsoft Visual Studio in Google or open it directly.
- Here you can download the .zip file or dmg file version by selecting it according to your current Mac operating system version.
- Once Microsoft Visual Studio setup is downloaded, extract the .zip file in Mac.
- Now drag and drop this extracted file Visual Studio Code in your application folder.
- Now launch Microsoft Visual Studio file code from this application folder.
Installation of Microsoft Visual Studio in Linux Ubuntu/Debian-based operating system platform.
First of all open the terminal window in Ubuntu or Debian based operating system.
Update the installed software package list in the current operating system.
For this, apply the command given below.
sudo apt update
Install Microsoft Visual Studio dependencies.
sudo apt install software-properties-common apt-transport-https
Import Microsoft’s GPG key.
curl https://packages.microsoft.com/keys/microsoft.asc | gpg –dearmor > /usr/share/keyrings/microsoft-archive-keyring.gpg
Add the Microsoft Visual Studio Code repository.
sudo sh -c ‘echo “deb [arch=amd64 signed-by=/usr/share/keyrings/microsoft-archive-keyring.gpg] https://packages.microsoft.com/repos/vscode stable main” > /etc/apt/sources.list.d/vscode.list’
Install Visual Studio Code in Linux.
sudo apt update
sudo apt install code
Now launch Visual Studio Code manually from the terminal or from the application menu to type Microsoft Visual Studio program code.
Installing Sublime Text Editor.
Sublime Text Editor is a lightweight, fast and powerful universal program code editor application software, Sublime Text Editor is popular for simplicity and fast source code development. Sublime Text editor is not completely open-source software, but you can use it for free for a long time with occasional pop-up reminders to purchase a license.
Installation steps of Sublime Text editor.
Installing Sublime Text editor in Microsoft Windows.
- First of all, open the official website of Sublime Text editor in your web browser.
- Click on the download button for Sublime Text editor software for Microsoft Windows operating system.
- Once the Sublime Text editor file is downloaded, run the .exe installer file manually.
- Follow the Sublime Text editor installation steps wizard dialogs properly.
- Accept the Sublime Text editor software license agreement.
- Select the Sublime Text editor software installation location.
- Optionally, follow the steps to add Sublime Text editor to your PATH.
- Now you can also select any other Sublime Text Editor installation option as per your desired choice.
- Once the Sublime Text Editor software is installed, open the Sublime Text Editor from the Start menu or desktop icon.
Installation of Sublime Text Editor in Apple Mac Operating System.
- First of all, open the official website of Sublime Text Editor software in a web browser.
- Here, manually click on the download button for Mac version to download the .dmg setup file of Sublime Text Editor.
- Once the Sublime Text Editor .dmg file is downloaded, open the .dmg file to mount the file disk image in Mac.
- Now drag the Sublime Text Editor to the Applications folder.
- Now manually start the Sublime Text Editor from the Mac Start Menu Applications folder.
Sublime Text Editor Linux (Ubuntu/Debian-based) Installation.
First of all, open the terminal window in your Linux version Ubuntu or other Debian based operating system.
Install the Sublime Text Editor repository key.
wget -qO – https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add –
Add the Sublime Text editor repository.
sudo apt-add-repository “deb https://download.sublimetext.com/ apt/stable/”
Update the existing Linux operating system software package list.
sudo apt update
Install the Sublime Text editor in Linux.
sudo apt install sublime-text
Now open the Sublime Text editor from the terminal or application menu in your existing Debian based Linux Ubuntu operating system and code the program.
Microsoft Visual Studio Code (VS Code), Sublime Text Code Editor Installation Conclusion.
Microsoft Visual Studio Code VS Code, Sublime Text Code Editor both are excellent code editor options for Javascript and other universal programming language source code development environments, but your code editor selection largely depends on your program source code development preferences and basic to advanced usage:
While Microsoft Visual Studio Code VS Code is a very compatible code editor platform, Microsoft Visual Studio Code editor has a strong extension marketplace support, and Microsoft Visual Studio is more preferred for large software development projects, especially in dynamic web development, as Microsoft Visual Studio is well integrated with Git, source code debugging, and live server code.
While Sublime Text Editor is a text software, fast source code development, and can be used with minimal hardware support, Sublime Text Editor focuses on code simplicity and fast program source code development, making Sublime Text Editor a great code editor software choice for programmers who need fast code development, free-of-cost software code development without destruction.