DEV Community

Murtaja Ziad
Murtaja Ziad

Posted on • Originally published at blog.murtajaziad.xyz on

Top 5 code editors for web development.

In this article, I will show you the top 5 code editors for web development.



1. Visual Studio Code

A code editor made by Microsoft in 2015, It has many nice features including support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git, and It’s open-sourced.

2. Sublime text 3

A text editor which has a nice GUI built using Python, It was released in 2008 and it has many nice features including quick navigation to files, symbols, or lines.

3. Atom

Atom has been developed by GitHub, and It’s highly customizable. Atom enables users to install third-party packages and themes to customize the features and looks of the editor. The first version was released in 2014, and It’s built using Web technologies (HTML, CSS, JavaScript).

4. Webstorm

Lightweight code editor made by JetBrains for helping web developers, It supports many languages and technologies like HTML, CSS, JavaScript, React & Vue. It has an easy GUI with many nice features.

5. Brackets

An open-sourced project which is currently maintained on GitHub by Adobe and other open-source developers, written using HTML, CSS & JavaScript. It has many nice features including Live Preview, Inline editors & Preprocessor support.

Top comments (0)