7 popular code editors for Linux

Linux terminal

Are you a webmaster, developer, programmer or just take time to learn something new, in this section I have for you some of the most famous code editors for Linux.

One of the biggest unknowns that arose when I started my migration from Windows to Linux was knowing what alternatives I had to carry out my programming practices.

This is where many of the newbies or people who don't dare to make the change because they are afraid that the code editors for Linux will not work.

Well here is where they are wrong because in Linux we have many tools for programming, even many of these are cross-platform.

Code editors are very important when developing any application It can make your job easier by providing tons of useful features for developers that provide features like, plugins to have additional functionality, autocomplete that fill in tags, classes, and even the code snippets without having to write it.

As mentioned There are many editors and only here we have compiled some of the most used.

Sublime Text

SublimeText Ubuntu

Sublime Text is one of the most feature-rich editors used by professional programmers. Besides having all the basic functions, Sublime has so many powerful features, it provides support for countless programming languages, code navigation, display, search, replace, among many others.

Even though this editor is paid, you can get a free trial version to know this great editor.

Installation:

sudo add-apt-repository ppa:webupd8team/sublime-text-3

sudo apt-get update

sudo apt-get install sublime-text-installer

Bluefish

Bluefish Editor

This iscode editor supports many advanced featuressuch as tag autocompletion, powerful autodetection, search and replace, support for integration of external programs such as make, lint, weblint, etc.

In addition to managing HTML and CSS, has support for the following languages.

ASP .NET and VBS, C, C ++, Google Go, Java, JSP, JavaScript, jQuery, and many more.

sudo add-apt-repository ppa:klaus-vormweg/bluefish

sudo apt-get update

sudo apt-get install bluefish

GNU Emacs

about gnu emacs

GNU Emacs is a code editor programmed in LISP and C, this is one of the most famous in Linux, and this is because It is one of the projects that Richard Stallman has developed, the founder of the GNU project.

Installation

sudo apt-get install emacs

geany

about geany

geany aims to provide a simple and fast development environment. It has all the basic functions such as auto-guidance, syntax and code highlighting or auto-complete snippets, etc. Geany is clean and provides a larger space to work.

Installation

sudo apt-get install geany

Gedit

Gedit text editor

Gedit is the editor that comes pre-installed with our Ubuntu distribution, this editor may be very simple and small, but can be customized to fit your work environment by installing plugins and configuring existing settings.

Gedit can be supplemented thanks to the addition of plugins that we can find on the net.

Installation

sudo apt-get install gedit

brackets

brackets_id

Brackets is an editor that supports plugins to extend its functionalities and the installation of these plugins is really easy. They just have to click on the third icon in the upper right sidebar and a window will open showing their popular add-ons. You can simply click install to add any plugins and you can also search for any specific plugins.

Installation.

To install this editor, we must go to its official website and its download section we can get the latest version, in a deb or appimage package

Atom

Atom

Atom is an editor developed by Github, so it comes with full support and Github integration.  Supports a large number of programming languages ​​by default like PHP, javascript, HTML, CSS, Sass, Less, Python, C, C ++, Coffeescript, etc.

It also comes with Markdown syntax that supports live preview in the browser.

Installation.

To install Atom on our computer we must go to its official website and in the download section we will find the deb package.


Leave a Comment

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

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   GP Munoz Montoya said

    Rudy cabrera pfari

  2.   Orlando said

    Visual Studio Code was missing, it is a very complete editor with many plugins!

  3.   matias said

    First thanks for all your contributions.
    and second I would add VIM.

  4.   Stas said

    My # 1 editor is Codelobster - http://www.codelobster.com