Choosing Right Text Editor for Web Development

Choosing Right Text Editor for Web Development

Before we start learning web development we have to choose our text editor, this will depend on the operating system you are using and the programming language you are learning, I have several lists of text editors that are suitable for web development, why should you use a text editor because we will type something and will rarely touch an application that can do Drag and Drop.

1. Visual Studio Code

Visual Studio Code or often nicknamed VSCode is a Chromium-based text editor and can be customized as you wish and can become an IDE (Integrated Development Environment), because it is Chromium-based I would not recommend this for you if you only have small RAM, but if you have RAM like 4GB I recommend it. This VSCode can be installed on Windows, Linux, and MacOS, I recommend this if you have enough RAM.

For those who don't know, an IDE is an application that helps and speeds up our development.

Download : https://code.visualstudio.com

2. Notepad

Notepad is an application made by Microsoft for taking notes, but it can be made for web development, this application is found in almost all Windows operating systems, but the application cannot be customized and Notepad is not an IDE, so the later experience might be little bit difficult, so I would not recommend it for a long plan of learning web development but for the first time it can be tried.

3. VI / VIM (VI Improved)

VIM is an open source application made by the community, this application is often found on the Linux operating system, this application can be customized but it is difficult to use it if you have never typed without touching the mouse, so if you are used to it I can recommend it to you, if not you I recommend you Visual Studio Code

4. Notepad++

Notepad is an open source application made by the community to replace Notepad, this application can be customized according to taste and is very lightweight, suitable for early learning

Download : https://notepad-plus-plus.org/

To explore Web Development, you can click here or wait for further posts

Comments

Popular posts from this blog

Pemilihan Text Editor untuk Web Development

Apa sih Web 3.0 Itu?

Rangkuman Bab 7 Pemrograman Web Dengan PHP