Sunday, December 24, 2017

4 Best Modern Open Source Code Editors For Linux

Brief: Looking for best programming editors in Linux? Here’s a list of best code editors for Linux. The best part is that all of them are open source code editors.
If you ask the old school Linux users, their answer would be Vi, Vim, Emacs, Nano etc. But I am not talking about them. I am going to talk about new age, cutting edge, great looking, sleek and yet powerful, feature-rich best open source code editors for Linux that would enhance your programming experience.

Best modern Open Source editors for Linux

I use Ubuntu as my main desktop and hence I have provided installation instructions for Ubuntu based distributions. But this doesn’t make this list as best code editors for Ubuntu because the list is apt for any Linux distribution. Just to add, the list is not in any particular priority order.

1. Brackets

Brackets is an open source code editor from Adobe. Brackets focuses exclusively on the needs of web designers with built-in support for HTML, CSS and JavaScript. It is lightweight and yet powerful. It provides you with inline editing and live preview. There are plenty of plugins available to further enhance your experience with Brackets.
Some of the main features of Brackets code editor are:
  • Inline editing
  • Live preview
  • Preprocessor Support
  • Built-in extension manager
  • Cross-platform
You can get the source code as well as binaries for Linux, OS X and Windows on its website.

2. Atom

Atom is another modern and sleek looking open source editor for programmers. Atom is developed by Github and promoted as a “hackable text editor for the 21st century”. The looks of Atom resembles a lot like Sublime Text editor, a hugely popular but closed source text editors among programmers.
Some of the main features of Atom code editor are:
  • Easily extendible
  • Built-in package manager with a huge number of plugins available
  • Smart autocompletion
  • Split windows
  • Cross-platform
  • Embedded Git control
  • Command palette support
  • Looks customization
Atom has recently released .deb and .rpm packages so that one can easily install Atom in Debian and Fedora based Linux distributions. Of course, its source code is available as well.

3. Light Table

Flaunted as “the next generation code editor”, Light Table is another modern looking, underrated yet feature-rich open source code editor which is more of an IDE than a mere text editor.
There are numerous extensions available to enhance its capabilities. Inline evaluation is what you would love in it. You have to use it to believe how useful Light Table actually is.
Some of the main features of Light Table are:
  • Built-in extension manager
  • Inline evaluation obviates the need for printing to screen as you can evaluate the code in the editor live
  • ‘Watches’ feature lets you see your code running live
  • Cross-platform
If you are using Ubuntu-based Linux distribution, then installing Light Table is easier for you. However, officially, Light Table doesn’t provide any packages. You have to build it yourself.

4. Visual Studio Code

Visual Studio Code is a popular code editor from Microsoft. Now don’t push the panic button just yet. Visual Studio Code is completely open source.
In fact, Visual Studio Code was among the first few ‘peace offering’ from Microsoft to Linux and Open Source world. Microsoft has open sourced a number of its tools after that. Of course, that doesn’t include Microsoft Office.
Visual Studio Code is an excellent code editor, especially for web development. It is lightweight as well.  Some of the other main features are:
  • Intellisense provides useful hints and auto-completion features
  • Built-in Git support
  • Built-in extension manager with plenty of extensions available to download
  • Integrated terminal
  • Custom snippet support
  • Debugging tools
  • Support for a huge number of programming languages
  • Cross-platform

1 comment: