It is observed that some people ( who are new to programming) have a misconception between a Code Editor and an IDE (Integrated Development Environment).
A code editor is basically a text editor which is specially design to edit programming source codes. Some code editors provides some extra functionality like debugging , compilations , language extensions , code auto completion , themes etc. In this way it can be use to edit any programming language source code. It is a part of an IDE.
In other hand, An IDE is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools and a debugger.
In this post we will see 10 best opensource code editor which is used by programmers all over the world. For more details please visit their official sites accordingly.
VIM : Vim (Vi IMproved) is a terminal base text/code editor . It is an advance version of Vi text editor. It is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X. Vim is one of the oldest text editor written in C language and it support hundreds of programming language .
Atom: Atom is a free and open-source text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies. Its is called as "A hackable text editor for the 21st Century".
Kate Editor : The KDE Advanced Text Editor, or Kate, is a source code editor developed by the KDE free software community. It has been a part of KDE Software Compilation since version 2.2, which was first released in 2001. Intended for software developers, it features syntax highlighting, code folding, customizable layouts, regular expression support, and extensibility.It is written in C++ .
Acode Code: It is an opensource Android based code editor. It is light weight yet powerful code editor and web IDE for android. You can use this editor for editing HTML, JavaScript, text. or edit any other programming source file like, python, CSS, html, java, JavaScript, Dart etc.(but don't run or compile).
So these are 10 best opensource code editor tools for Linux. Which one you like the most and why? Please comment below. In next post, we will see some most popular opensource IDE for Linux system.
Please share this post with your friends 😀
0 Comments