📜 ⬆️ ⬇️

10+ convenient online editors for programmers

As a developer, it is obvious that your main work tool that allows you to quickly turn an idea into code: a text editor. Time is ticking, and now we have many online text editors available that can help you create your code from any computer with Internet access. In this article we will consider more than 10 such editors.

Amy editor


Created in 2007 by Petr Krontorad, Amy Editor is an advanced editor with Mac-style interface. Amy Editor has a bunch of useful options, such as line numbering, syntax highlighting, snippets for more than 20 languages, sharing, and more.
Ami Editor
» Http://www.amyeditor.com


')

Jsbin


As you can see from the title, JSBin is an online editor focused mainly on Javascript. I really like its simple and clear interface. Any code can be tested using the Preview function and then exported to a file.
Another good thing about JSBin is that it can import popular Javascript frameworks, such as jQuery or Mootools, so you can test your plugins without problems.

JSBin
" Http://jsbin.com

Bespin


Bespin, actively using HTML5, is a new project from Mozilla Labs. This very powerful editor has a lot of cool options. To use the editor, you need to create an account. Note that Bespin can be downloaded and embedded in any web project by simply adding two files to the header.
Bespin
» Https://bespin.mozilla.com

Kodingen


Kodingen is another great online editor, perhaps one of the most clever from this list. It can be used either without registration, or you can create an account and use additional features, such as the SVN repository, collaboration, etc.
This editor has templates for basic programming languages, syntax highlighting, line numbering and much more. Be sure to try!

Kodingen
" Http://kodingen.com

Editpad


EditPad, unlike previous editors in this article, is simple and minimalistic. Without syntax highlighting, without project management ... Just a simple page for entering text without frills. I'm not really a fan of this, but such an “online notepad” can save a lot of nerves on a slow machine.

EditPad
» Http://www.editpad.org

Typeit


TypeIt is not a code editor, and I apologize for getting into the article here. It is a handy utility that gives quick access to special characters, such as French letters. Definitely a necessary site in your favorites if you often work on multilingual projects.
TypeIt
» Http://www.typeit.org

PractiCode


PractiCode is a completely simple code editor. There are a small number of functions (convenient for CSS, HTML and VbScript), but this is ideal for quickly creating dirty code.
PractiCode
" Http://www.landofcode.com/online-code-editor.php

9ne


9ne (pronounced Nine) is a great online editor based on GNU Emacs. 9ne provides most of the basic Emacs functionality and now supports XML and JavaScript syntax highlighting.
9ne
" Http://robrohan.com/projects/9ne/

jsvi


Vi has always been one of my favorite editors of all time. Why? Because it is powerful, fast and you can find it everywhere: GNU / Linix distributions, Mac, web server ... Now I can also find Vi in JSVI reincarnation online. Most of the functionality of the VI was implemented in this version for online.
jsvi
» Http://gpl.internetconnection.net/vi/

HTMLedit


As the name tells us, HTMLedit is a (very simple) HTML editor that can be used for fast and draft coding. However, he is of doubtful interest to us, compared to the rest of this list.
HTMLedit
» Http://htmledit.squarefree.com/

DarkCopy


Have you ever felt crazed while working on a buggy piece of code? If so, then no doubt you will like DarkCopy. This simple editor with limited functionality, however, has a dark, uncluttered interface, so that you can concentrate only on the most important: do it.
DarkCopy
" Http://darkcopy.com

Simpletext


SimpleText.ws is possible and has a cool look in the style of the old Apple, but it is also a powerful thing that allows you to create, edit and save text files on your web server. It is important that you can host this editor if you want, using the Google Apps Engine. This manual will help you.
SimpleText
» Http://www.simpletext.ws
Original: 10+ Useful Online Code Editors

Source: https://habr.com/ru/post/84863/


All Articles