Which is the best editor for writing your code? Here’s a list of those most used by web designers
One of the most important tools for a web designer is without a doubt an editor (IDE – Integrated Development Environment) with which to create the code that gives life to your projects. These applications help us to draft code in an intuitive and organized manner, providing us with a series of functions that notably simplify the development process.
In theory, a web designer could create an entire internet site simply by using an ordinary text editor (for example, Windows Notepad), but developers typically don’t use this method, as generic text editors don’t have the extra characteristics that make development environments into truly essential tools.
What functions are available in IDE?
Let’s take a look at some of the fundamental characteristics of these development environments that make them far superior to normal text editors.
Organization of tasks by project
Various tasks to be completed can be organized by project, so that simply recalling the name of the project to be worked on puts all project related files easily at hand.

Error message warning during code writing
If a syntax error occurs during code writing – as could happen by forgetting to close parentheses or quotes – it is immediately highlighted and indicated as shown in the image below:

Syntax highlighted in source code
To favor quick reading and comprehension of code, the syntax is highlighted with various colors (most of the time it is also possible to personalize colors used). In this manner, it becomes much simpler to maintain and create code modifications.
Here’s what a portion of code from our WordPress theme looks like, as seen with a standard text editor:

And here’s what the same portion of code looks like using a development Editor:

As you can see, the second is much easier to read and understand.
Automatic completion of code
The automatic completion of code is another essential tool made available by development environments (although sometimes it can be a bit too invasive).
Depending upon what you’re writing, as soon as you type a single letter inside of a code block delimited by Tags, this function opens a window that helps you choose the desired command, saving you time and above all else, avoiding typographical errors.

Simultaneous searching in all project files
It can be necessary to search for and subsitute values in a string or variables in all project files that you’re working on. In this case, development environments include functions that enable these operations with a simple click of the mouse, as shown in the image below.

Conclusions
It may seem trivial, but as you’ve seen the use of a good editor is able to remarkably simplify tasks, helping you to save precious time.
Having seen some of the characteristics that make these development environments crucial to our work, let’s take a look at a few of them: we’ll take a tour through the most well-known and most used, to some less well-known; from pay editors to free ones (that often provide no less than commercial versions).
Before moving on to the editors, I’d like to leave you with a question that could help us grow together by confronting various experiences accumulated over the years: which development environment do you use to accomplish your projects? What are the reasons that influenced your choice?
I’d like to hear your motivations, as I believe that the value of a community depends not only on the quality of the articles published, but also by the discussions that spring from its readers’ interactions. This invitation is therefore also open to those of you who regularly follow us, but haven’t yet had the time or opportunity to express your opinion.
Zend Studio
PhpEdit
NuSphere PhpED
Rapid Php 2010
php Designer
JetBrains Web IDE
Dreamweaver
Section dedicated to Mac users
Coda
Espresso
BBEdit
And now for some free versions
NetBeans
Bluefish
NotePad ++
Komodo Editor
Code Lobster
PSPad
Protoeditor
*****************************************
L'immagine principale dell'articolo è stata fornita da @Fotolia
6 comments
Trackback e pingback
No trackback or pingback available for this article


















Notepad ++ for me, its light easy to use and has lots of plugins available for additonal features/useage if you need.
hi bonx, welcome to YIW!
I totally agree with you, notepad++ is also very fast in loading.
Well, my favorite editor is Homesite, but since Adobe has acquired Macromedia it is mostly dead. Really a pity, because it is very easy to use, fast, and featured. I would like to extend it to HTML5 but I have not yet found a way. I do not think there is a freeware or shareware product which is equivalent to it.
Good review but I see a big missing: Elipse PDT. It’s free, powerfull and cross platforms.
…sorry for the error in my previous post: Eclipse PDT
I use gedit on my Ubuntu machine