【+10 Text Editors for Linux】List ▷ 2022

In the , there are thousands of free applications that allow you to edit source codes, with support for languages ​​like C++ and . However, our recommendation is that you only use the most recognized editors and that offer additional plugins that save you time and work.

If you are a professional programmer, you will know that it is safer to develop a project in Linux than in Windows or macOS. Therefore, we leave you this list of the best text editors that you can find on the internet.

On average, 27% of registered programmers use Linux instead of other operating systems. This is because they are better developed for the job.

List of the best text editors to create documents written on your computer with Linux

There are editors for plane textfor work of office automation and for work of programming. In this section, we show you what are the best options if you want to program like a professional.

In addition, we will leave you the command lines to download and install each of these applications from the terminal, thus mastering the most complete way to install software in Linux:

Atom

It was designed and released to the market by the Github technology house, which is responsible for creating packages of programs and operating systems of all kinds and for any computer. It has support and assistance for most of the programming languages ​​oriented to computers, tablets and smartphones.

It has the Markdown syntaxwhich allows you to preview while you develop your project, which makes it an ideal option if you develop a new website.

More details:

  • It has support and shortcuts for , , . It also makes the job easier if you write in CSS, Sass, Less, Python, C, C++, and Coffeescript.
  • Is light and fast.
  • you can only install it from its official website github.com/atom/atom/releases.
See also  【 The perfect headphones for teamwork 】 ▷ 2022

braces

Perhaps its name leaves a lot to be desired, but in reality it is a powerful code editor that works with plugins that are activated with a simple button, located on the right bar. These plugins allow you to save the history of changes and autocomplete the command lines you make on a daily basis.

More details:

  • It is easy to useideal for newbies.
  • plugins are installed from the same application.
  • Installation It is done from their website github.com/adobe/brackets/releases.

gedit

If you don’t know it, then you have never used Linux in your life. This is the source code editor that comes by default in the Ubuntu operating system and for quite basic, but you adjust it to your needs.

More details:

  • It also has plugins from the application itself.
  • Is completely customizable.
  • You install it from the terminal (In case you deleted it): sudo apt-get install gedit.

Geany

Fast and light is the motto of this application that receives support since 2005, which makes it one of the more stable and secure options for work of programming. It has standards and support such as autocompletion of text, history of settings and highlights with colors the lines of codes that need to be remembered.

More details:

  • It has a better interface to work.
  • Have “state” that mark the status of your command lines.
  • You install it from the terminal: sudo apt-get install geany.

GNU Emacs

Why is he so famous? The popularity of this editor is due to the fact that it was created by the founder of GNU, one of the most acclaimed distributions of Linux. So, if you choose this option, in theory, you choose the text editor used to write GNU.

See also  ▷ Force Update【 WINDOWS 10 FALL CREATORS UPDATE 】

More details:

  • It has two stable versions: GNU Emacs and X Emacs, the most common being the former.
  • use commands in the form of shortcuts.
  • Save command batches presets
  • you download it from the terminal: sudo apt-get install Emacs.

Bluefish

One of the novelties of this option is that it is compatible with external applications such as Make, Lint, and Weblintwhich complement the work you do as a developer. It has an excellent tag autocompletion system and search and substitution of words that facilitates the detection of errors in the programming.

More details:

  • work with languages such as VBS, C, C++, Java, JavaScript, ASP .NET, and JQuery.
  • It has plugins and integration with other programs.

It is downloaded and installed through the terminal:

  • sudo add-apt-repository ppa:klaus-vormweg/bluefish
  • sudo apt-get update
  • sudo apt-get install bluefish

Sublime Text

This is a clean and dark program, which fits any level of developer programming. It is one of the most preferred options because it is complete, It has multiple functions such as code completionvisualizations and replacement of batches of texts.

The only disadvantage is that it is a paid editorbut there is a trial version with which you can have access to all its features.

More details:

  • It is a program that protect the data.
  • It is fluid.

It is downloaded through the terminal:

  • sudo add-apt-repository ppa:webupd8team/sublime-text-3
  • sudo apt-get update
  • sudo apt-get install sublime-text-installer

NotepadQQ

Due to his success in Windows, the developers decided to make a version for Linux, where there is a larger community of programmers. It is an advanced editor with which multiple text selections are madereplacement of code blocks and searches with filters.

See also  Not safe anymore? Google releases Chrome update with 108 patches to contain 25 security issues

Adjusts to the tastes of the users through customizable themes, although the preferred one is dark theme with which you can highlight the lines of code.

More details:

  • Supports almost all programming languages.
  • It is fast and stable.
  • It installs by means of the terminal.

On ArchLinux:

  • $ yaourt -S notepadqq

On Ubuntu:

  • sudo add-apt-repository ppa:notepadqq-team/notepadqq
  • sudo apt-get update
  • sudo apt-get install notepadqq

CoffeeCup

This editor is more oriented to the layout of web pages, so its forte is HTML tags and not the languages ​​themselves, although it can work as a basic and intermediate level complement.

It has a 30 day trial, but it is a paid application. Since it has a lot of competition, it is not one of the most popular programs, but it is powerful.

More details:

  • Special to create HTML documents.
  • Ideal for programming apprentices.
  • It is downloaded from their website coffeecup.com/html-editor/.

Vim

It has a version for Windows, macOS and Linux. It is designed to be used like any console, which allows developers to feel free to create any type of project, with the fewest shortcuts. It is in development since 1991, which makes it one of the oldest publishers.

Certainly not the easiest to usebut it is the one that tests all the qualities and skills of the best developers.

More details:

  • constantly receives updates.
  • supports more than 200 programming languages.
  • It downloads and installs from their website vim.org/.
Loading Facebook Comments ...
Loading Disqus Comments ...