What's your favourite code editor?

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

I'm working on an article for beginners about web development software. I'd like to include some recommendations for code editors clients to try. What is your favourite code editor and why? Or do you use multiple tools for different purposes?

Good responses may be quoted in the article! Keep in mind that this article will be targeted to complete beginners. What would you recommend to someone just starting out?

Renegade's picture

He has: 3,022 posts

Joined: Oct 2002

Notepad++ if I'm on Windows, Bluefish if I'm on GNU/Linux.

They are both beginner friendly but still have the capacity for more advanced functions as well. For me, syntax highlighting is a must.

JamesSmith's picture

They have: 22 posts

Joined: Apr 2012

I am using both Notepad++ and Dreamviewer. I like both of these code editer as they easy to use and effective.

They have: 4 posts

Joined: May 2013

My favourite code editor is dreamweaver. It supports many languages like php, C++, html etc

They have: 3 posts

Joined: Nov 2015

There is a lot of code editor but among them i think Dream viewer is the best . its easy to understand for everyone and easy to maintain our performance .

Greg K's picture

He has: 2,145 posts

Joined: Nov 2003

For those just beginning, and not wanting to pay for anything, NotePad++ does some really good syntax highlighting for many languages (HTML,JS,CSS,etc). I forget if it has features to directly FTP, if not, or if you want a good stand alone FTP client, Filezilla is very good.

For those looking to pay for a little more, what I started out on was Ultra Edit, IMO a little better organized that NotePad++ and does have the ability to directly FTP right in it.

Now advance to where you want things like code suggesting (you start typing, it gives you a list) and auto closing tabs, here you usually have to pay. Once you get used to it though, it does make you a lot more faster and less prone to mistakes. Also for beginners, having code suggestions can help you learn the right way to do something or attributes/styles.

For those who will pay premium for a do it all, Dreamweaver, but get used to it in Code mode, not WYSIWYG mode. It has very good site management, and well, it is set up for web sites. The trial version will probably do you well to determine if you like it.

Now for coding purposes as PHP, a good premium program is NuSphere PhpEd. My old choice was Zend Studio, but after version 5, they changed it to run on Eclipse, and well, the features (insert polite way to say "went to the crapper"). I use PhpEd for editing pretty much all files.

-Greg

pr0gr4mm3r's picture

He has: 1,502 posts

Joined: Sep 2006

Notepad++ when I'm on Windows. I have a plugin that allows for file browsing within the program, but I can't remember the plugin name at the moment.

In Ubuntu, I used to use Bluefish, but ever since I switched to a dark theme, I started to use gedit with a whole bunch of plugins.

They have: 1 posts

Joined: Jan 2011

Komodo Editer is best XML editor for Web Designing.It includes a lot of great features for HTML and CSS development.

They have: 9 posts

Joined: Jul 2010

Dreamwaver at home
notepadd++ at work

They have: 4 posts

Joined: Aug 2010

Dreamwaver
notepadd + +

TreyRealty's picture

He has: 8 posts

Joined: Sep 2010

I like Dreamwaver

They have: 2 posts

Joined: Sep 2010

I use notepad++ and dreamweaver

They have: 10 posts

Joined: Sep 2008

DreamWeaver is a full fledged and user friendly code editor...it needs little awareness for freshers otherwise it is easy to use...

They have: 1 posts

Joined: Jun 2013

DreamWeaver is a full fledged and user friendly code editor...it needs little awareness for freshers otherwise it is easy to use...

They have: 1 posts

Joined: Sep 2010

I like Dreamwaver.

They have: 4 posts

Joined: Sep 2010

Notepad ++
and Dreamweaver are favorite editors.

He has: 13 posts

Joined: May 2010

Notepad ++ is the best editor for beginners but after mastering the language and systaxe, you can use dream weaver.

They have: 5 posts

Joined: Oct 2010

frontpage and notepad

navyfalcon's picture

They have: 11 posts

Joined: Jun 2007

Free HTML Editors:
KompoZer (http://kompozer.net/)

HTMLkit (http://www.htmlkit.com/)

AlleyCode (http://www.alleycode.com/)
I use this one a lot - has a good help file

First Page (http://www.evrsoft.com/)
also has a lot of free webmaster tools

Amaya (http://www.w3.org/Amaya/)
by W3C

CSE HTML Editor (http://www.freehtmlvalidator.com/)
This is a good validator/HTML Editor

These are all good, the best is personal preference
and they are all "free"
-
hope this helps
falcon

These 5 things observe with care, with whom you speak, to whom you speak, how, when and where.

They have: 30 posts

Joined: Sep 2010

I also prefer Dreamweaver or notpad

They have: 3 posts

Joined: Dec 2014

jackcalara wrote:
I also prefer Dreamweaver or notpad

I am also prefer Notepad ++ program. for as a code editor

They have: 20 posts

Joined: Nov 2010

Dreamweaver, Notepad

{links removed}

navyfalcon's picture

They have: 11 posts

Joined: Jun 2007

If they are just starting out, they may not be able to afford "Dreamweaver".
There are several good free HTML & CSS Editors for beginners.
I listed several in a previous post. Any other free HTML Editor suggestions.
falcon

These 5 things observe with care, with whom you speak, to whom you speak, how, when and where.

They have: 4 posts

Joined: Nov 2010

My favorite code editor is Dreamweaver. Currently I use Dreamweaver CS3 & one thing I would like to say is that this program is getting much more better day by day with new upgraded & more user friendly versions popping out every year.

They have: 11 posts

Joined: Nov 2010

I like Edit plus for editing the web pages.It is user friendly for all the beginners also.It is free tool to download. I like dream weaver also but it is a paid version and it is user friendly also we can edit the code and preview the page at a time

They have: 19 posts

Joined: Nov 2010

I personally don't use any web designing softwares, because the HTML coding is a mess and not W3 compliant which makes it hard for browsers to recognize the HTML coding. I only use notepad to program raw HTML code that's W3 compliant?

John Zhao
Photographer

{links removed}

John Zhao

She has: 20 posts

Joined: May 2008

I use Dreamweaver to design and Visual Studio to Coding.

thesslstore's picture

They have: 8 posts

Joined: Aug 2010

Notepad is well known editor for beginner. for any language.

But after that you have to use some tool like for ASP and ASP.NET Frontpage and Visual studio
for java jpad or eclipse,etc

They have: 24 posts

Joined: Nov 2010

Hi!
I utilize Emacs. Some time it feels truly strange at first it really grows on you. I utilize AUCTeX for editing LaTeX code, and the various programming specific modes for coding.
I also utilize Vim for small tasks like editing configure files, and recently tried using it for writing some c programs, but I think Emacs “understands” the code on a completely different level.
Thank You.

They have: 10 posts

Joined: Dec 2010

It probably depends on the beginner and what they are trying to get out of their coding.

As a hobbyist I learned the basics using Notepad. (Not Notepad + + which is mentioned here, just the free app that comes with windows). It does force good structure. But quickly becomes difficult to read.

That was useful and taught me how it all hangs together.

I now use "CoffeeCup" HTML editor, which works for me. I really couldn't justify the cost of Dreamweaver, though possibly should look at it - I have copies of Photoshop CS5 and Lightroom which integrate with it, I believe.

They have: 10 posts

Joined: Dec 2010

hallsworthb wrote:
I really couldn't justify the cost of Dreamweaver, though possibly should look at it - I have copies of Photoshop CS5 and Lightroom which integrate with it, I believe.
{Sigh - I gave in and got Dreamweaver. The trouble is that I don't want to learn that just now, whilst in the middle of a project - so I've decided that the answer is Excel, which I do know. (It's single user and mathematical, so Dreamweaver with HTML / XML / Javascript mix will have to wait!)
Bob

They have: 1 posts

Joined: Dec 2010

I use Smultron

jibin's picture

They have: 1 posts

Joined: Dec 2010

Megan wrote:
I'm working on an article for beginners about web development software. I'd like to include some recommendations for code editors clients to try. What is your favourite code editor and why? Or do you use multiple tools for different purposes?

I am using Dreamweaver for code editing. Dreamweaver is unique with their high end code editing features . Some of the features are

1. Syntax Highlighting
2. Code Sugestion
3. Source Formatting

Hope it will help our article

avgadvertising's picture

They have: 2 posts

Joined: Dec 2010

Now I use Taco HTML Edit and CSS Edit.

{links removed}

Spielmann's picture

They have: 43 posts

Joined: Dec 2010

SciTE

She has: 44 posts

Joined: Dec 2010

I love to work on dreamweaver Wink

They have: 5 posts

Joined: Dec 2010

Dreamweaver is my favourite code editor. Dreamweaver helps to work easily and it is very much faster than other code editors. It shows output, coding and designing same time.

He has: 10 posts

Joined: Jan 2011

Hi,

In the past time, i was use Front page. But after Dreamweaver, i always use it. For Dotnet programming, i use Visual Studio.Net.

He has: 12 posts

Joined: Jan 2011

I always used and prefered Dreamweaver..Sticking out tongue

They have: 46 posts

Joined: Jan 2011

My favourite code editor for html is notepad only i prefer notepad than any other editor

They have: 8 posts

Joined: Jan 2011

Hi,
For web development i prefer HTML editor.Also i prefer Notepad and DreamWeaver editor. For other works i prefer notepad. DreamWeaver is a user friendly code editor.So i prefer all these editor.

They have: 5 posts

Joined: Jan 2011

My favorite code editor for Dream Viewer...

{link removed}

They have: 21 posts

Joined: Nov 2004

Homesite

They have: 1 posts

Joined: Jan 2011

Komodo Editer is best XML editor for Web Designing.It includes a lot of great features for HTML and CSS development.

He has: 12 posts

Joined: Jan 2011

Komodo is another better one I used it and like it...
But I preffered Dreamweaver bcoz most of the word autocomplete by dreamweaver and easy to use more userfriendly then Komodo.

They have: 2 posts

Joined: Nov 2009

i like dreamweaver and Netbeans..........

jessicaellen's picture

They have: 31 posts

Joined: Nov 2010

I will vote for Notepad++ because it is so light and so robust!
It supports so many languages at a time - its matchless editor and the more good is, its Open Source!

They have: 8 posts

Joined: Dec 2010

One of my best code editor is dreamweaver.

They have: 1 posts

Joined: Feb 2011

Notepad++ when I'm on Windows. I have a plugin that allows for file browsing within the program, but I can't remember the plugin name at the moment.
In Ubuntu, I used to use Bluefish, but ever since I switched to a dark theme, I started to use gedit with a whole bunch of plugins.
Templatemagician.com

They have: 3 posts

Joined: Feb 2011

Even though I would love to see this tutorial ported to gEdit … its great that you try to make people understand why Vim is such a fantastic tool.

He has: 7 posts

Joined: Feb 2011

i work on dreamweaver & microsoft frontpage & notepad
but i prefer dreamweaver , it's so good and support alot of languages : php , java ; asp.net , css ....

He has: 12 posts

Joined: Jan 2011

Dreamweaver is best i prefered dreamweaver always.

He has: 12 posts

Joined: Jan 2011

What is the new thing in microsoft frontpage & notepad?

They have: 46 posts

Joined: Jan 2011

There are many of the Editors which works Good and are very User Friendly.
Favtorite Code depends on the language on which i am working.
But In all Notepad and Netbeans are my
favorite Editors

They have: 5 posts

Joined: Apr 2011

I would go to notepad++, it's very convenient.

They have: 87 posts

Joined: Aug 2010

hi,
I had been working on many editors, which have fair enough performance factor, But I get stick to Notepad++ but rarely use Dreamweaver too.

They have: 7 posts

Joined: Apr 2011

Hello,
It depend on the type of project on which i am working if i am developing simple site using CSS/ HTML/ Javascript then i will go for Dreamweaver but if i am developing dynamic site using PHP then i will go for Codeligure or Symphony.

They have: 2 posts

Joined: Apr 2011

my new favorite editor is Eclipse

They have: 2 posts

Joined: Feb 2013

I would like to recommend Eclipse because it is free and it has feature what we need.

They have: 3 posts

Joined: Apr 2011

I recommend "dreamviewer" is the best editor... Simple and Easy.

They have: 1 posts

Joined: Apr 2011

I recommend Notepad++ for beginners and install firebug for firefox browser users.

{links removed}

clonepal's picture

They have: 5 posts

Joined: May 2011

Notepad++, the fastest editor program and freeware too, i recommend to everybody to try it.

jessicaellen's picture

They have: 31 posts

Joined: Nov 2010

For beginners, they must use notepad why because everything you need, you will write code for that, just Turbo 3.0, Notepad is best for beginners and intermediate level because there is no extra help for developers, and after Intermediate level they can use PHP 5, Dream viewer.

They have: 1 posts

Joined: May 2011

I'm a JSP programer,so,Notepad++,Dreamweaver ,Eclipse,Flash Builder are very useful.

They have: 5 posts

Joined: May 2011

My favorite code editor is Dreamweaver. It is a best software for editing desing and Html code. It is a free software. A content management system is a web site that draws its content out of a database and is easily updated by people without technical ability.

They have: 3 posts

Joined: Jun 2011

I prefer notepad++ and dreamweaver.

They have: 6 posts

Joined: Jun 2011

I'm the most fine code editor: TXT text editor

It is convenient, to use

They have: 1 posts

Joined: Jun 2011

My favorite code editor is dreamweaver it is very easy to understand and perform.
we can see the changes in design menu.
i like dreamweaver than any other editor

They have: 5 posts

Joined: Jun 2011

Notepad++ is best for beginner. If you are working in .net than visual studio is best. and if in Java than eclipse is good.

DavidIpswich's picture

He has: 117 posts

Joined: Aug 2009

Notepad++ is both free and excellent. If your spelling is like mine though, don't forget to use the spelling module!

They have: 1 posts

Joined: Jul 2011

Notepad++ is best editor for beginners. After you get some experience in it you can work on Dreamweaver. It is my favourite editor. If you are working in .net than Visual Studio is best and for Java netbeans and eclipse is best. VS and eclipse are good because they are showing suggestions while we are writing code.

They have: 28 posts

Joined: Jun 2011

{quote removed}
Dreamweaver is best code editor software, it's have excellent features. you should try this one times. you definitely like this too.

They have: 76 posts

Joined: Dec 2010

People used many types of html editors, It can be done on simple notepad or advance level Dreamweaver which is very good for web development and i really like to learn Dreamweaver and action script.

Back to the topic I think Dreamweaver is best code editor.....

They have: 53 posts

Joined: Feb 2011

Dreamweaver CS 5 is The best i ever use for Web development !

They have: 14 posts

Joined: Jul 2011

Dreamweaver is the best
i like it because of its user friendly support and options for every line of code

They have: 5 posts

Joined: Oct 2010

Dreamweaver CS 5! Love the program!!

They have: 2 posts

Joined: Aug 2011

Megan wrote:

Good responses may be quoted in the article! Keep in mind that this article will be targeted to complete beginners. What would you recommend to someone just starting out?

I have to admit, I am old fashion, still using the very old vi Linux editor. It is very fast if you can type 10 fingers.

They have: 6 posts

Joined: Aug 2011

I love dream viewer because I could not understand any other software till now.

They have: 4 posts

Joined: Aug 2011

I like Notepad++ as it is the most useful code editor for web development.

They have: 2 posts

Joined: Aug 2011

My favorite HTML code editor is Dreamweaver. Latest version of Dreamweaver is now enabled all web development syntax and web designing technologies. While coding in Dreamweaver we can see it’s preview in on time by using split windows functionality.

They have: 1 posts

Joined: Aug 2011

In my opinion, one of best code editor is dreamweaver because it is very easy to understand and it's performance is very well.

They have: 1 posts

Joined: Aug 2011

frontpage and notepad

creater's picture

They have: 4 posts

Joined: Sep 2011

I like Dreamweaver more than any other code editor. This is very easy and comfortable to use. I made my webdesign in the Photoshop and after that i open it into Dreamweaver. I think this is one of the easiest way to get coding...

Contact for website seo services at White-pixels seo consulting firm.

crasohea's picture

They have: 2 posts

Joined: Sep 2011

{quote removed}

-- Eclipse --

They have: 13 posts

Joined: Sep 2011

EditPlus has always been my favorite editor on Windows..I had used many code editors as like-
Dreamweaver, notepad, frontpage etc but editplus is much better to all them..

They have: 3 posts

Joined: Oct 2011

Well, I used many editors. But now I have my new favorite editor is Eclipse. In this editor you can add in phpeclipse, jseclipse and many more additions to it & make it become an awesome IDE. It also allows for SVN commands form the IDE itself.

They have: 8 posts

Joined: Sep 2011

Dreamweaver I think!

They have: 1 posts

Joined: Oct 2011

Dreamweaver and notepad

They have: 2 posts

Joined: Oct 2011

I always use notepad++, Dreamviewer and Visual stdio for code editor tool. I like these all tools and use mostly. Above all tools are simple and easy to use. You can also implement any item in this tool.

They have: 5 posts

Joined: Oct 2011

Notepad + + when I'm on Windows. I have a plugin that allows searching for files within the program, but I can not remember the name of the plugin at this time. In Ubuntu, I used to use Bluefish, but since I switched to a dark theme, I started using a lot of plugins.

amirimtiaz's picture

They have: 2 posts

Joined: Oct 2011

The best wizard for it is Dreamweaver cs3

They have: 4 posts

Joined: Oct 2011

Dreamweaver and netbeins is a nice code editor.

They have: 2 posts

Joined: Oct 2011

Most of my work now is on Drupal sites, aside from css and some coding it has it's own editor(s). But lots of time the code gets MORKED up and then hand coding is needed. For this I use HTMLkit. It's great for other things too. There is only one more feature that I would like it to have. I once used an editor that could search not only the document that was being edited but could search an entire folder of php, html or other documents at one time. Really handy when troubleshooting scripts. Does anyone know of a good editor that does that?

samdackson's picture

They have: 6 posts

Joined: Apr 2011

There are number of code editor tools available in the market. I like dreamweaver for code editing because we can easly edit code in dreamweaver, easy to use for new users.

They have: 11 posts

Joined: Nov 2011

I also like dreamweaver and its best and even all professional web desinger use it.

They have: 15 posts

Joined: Dec 2011

dreamviewer and notepad ++ are two best editors.

lenaosterhagen's picture

They have: 10 posts

Joined: Jan 2012

Dreamweaver and Notepad ++ while using windows.
Gedit and netbeans while using Linux

Chocopie's picture

They have: 2 posts

Joined: Jan 2012

I am using Notebook ++ at office and notebook at home for coding purposes. Overall notebook++ is my favourite. It makes my work efficient and easy.

They have: 1 posts

Joined: Jan 2012

notepad

They have: 20 posts

Joined: Jan 2012

Notepad is the best one because you can use it with window and MAC etc...

gracie's picture

They have: 13 posts

Joined: Jan 2012

I am currently using Notepad ++ but for CSS and web design I go for Dreamweaver. I am also a fond user of C# editor and ASP.net. You can use any editor even a simple notepad as long as you are comfortable working on it. However, other editor like Notepad++ makes it easier to look for mistakes and syntax errors.

jeanneluv's picture

She has: 20 posts

Joined: Feb 2012

notepad is great for me Smiling

They have: 9 posts

Joined: Feb 2012

Dreamweaver is best..!

mackyanderson's picture

They have: 33 posts

Joined: Feb 2012

{quote removed}

As i only know a little knowledge about HTML. I only use Notepad.

DarkLight's picture

He has: 287 posts

Joined: Oct 2007

Used to use Dreamweaverall the time, then discovered Notepad++, which I swear by now Smiling

They have: 49 posts

Joined: Feb 2012

Both Notepad and PSPad. I like them because both are fast and simple.

He has: 51 posts

Joined: Mar 2012

I'm quite content with notepad. Sometimes I'll get bold and utilize wordpad. Unless it's C++, I won't use a code editor. (C++ has a built in editor)

michal's picture

They have: 1 posts

Joined: Mar 2012

Adobe Dreamweaver and notepad++ are my favorite as they provide great designing tool.

They have: 2 posts

Joined: Mar 2012

I just mostly like Notepad, but I've tried a few of the free WYSIWYG editors. I would like to buy Dreamweaver perhaps as long as it is up to day. On the other hand, I would like to learn the code myself.

ezinemart's picture

They have: 1 posts

Joined: Feb 2012

To design any site Edit+ is my favorite code editor.

They have: 1 posts

Joined: Apr 2012

I prefer dreamweaver

They have: 25 posts

Joined: Jun 2012

Yes, I am agree with above post, I must prefer to dreamweaver.

They have: 2 posts

Joined: Apr 2012

I think notepad++ is the best

DarkLight's picture

He has: 287 posts

Joined: Oct 2007

PATRICIA NSON wrote:
I think notepad++ is the best

I agree =] I built my music search engine in Notepad++

They have: 19 posts

Joined: Apr 2012

Mine favourite code editor is dreamweaver. it is very user friendly . i like to use dreammweaver for editing programming code.

scriptgeni's picture

He has: 2 posts

Joined: Apr 2009

I'm into dreamweaver for about 10 years. I find it nice to work with

dawidtailor's picture

They have: 9 posts

Joined: May 2012

scriptgeni wrote:
I'm into dreamweaver for about 10 years. I find it nice to work with

Hi,
I generally use adobe photoshop for designing the website but now i want to learn adobe dreamweaver so i want your help.You here define you work about 10 years so you have lots of knowledge about it so please share here some best way to design the website using adobe dreamweaver.

Greg K's picture

He has: 2,145 posts

Joined: Nov 2003

So for all the Dreamweaver users, who all can admit they use properly licensed copies (which means, if you are using it to make sites for money, you are not using academic license)?

I have owned DW 4, DW MX, DW MX 2004, DW 8, DW CS4 (license from account with 1&1 hosting) and now DW CS6 as part of my jumping ship from CorelDraw/PhotoPaint to Adobe Master Suite

I still use PhpED 7 for most of my programming, the features just make my work so much faster since I'm programming 6+ hours a day, especially on larger projects and when going back and forth between several a day.

-Greg

They have: 9 posts

Joined: May 2012

My coding skills suck, but have picked up quite a bit using Dreamweaver. I should sign up for some sort of course though, it would make tasks simpler and quicker!

They have: 11 posts

Joined: Dec 2011

Dreamweaver and Notepad ++ is good code editor.

Paulaanderson's picture

They have: 2 posts

Joined: Jun 2012

As a professional web designer, I am using notepad ++. As I love hard coding method. I can add the codes according to an order; also it looks clear and easy to understand.

Brain injury claims and child injury claim financial assistants for medical treatments.

They have: 6 posts

Joined: Aug 2011

Adobe Dreamweaver is the best!!

He has: 13 posts

Joined: Jun 2012

notepad++ and dreamweaver

Alien 9's picture

They have: 4 posts

Joined: Jul 2012

Notepad++ is my favorite.

aruldave's picture

They have: 12 posts

Joined: Jun 2012

Earlier I was using PSPad but since 2011 I'm using Dreamweaver.
This is absolutely my favorite now.

Eileentmar's picture

They have: 4 posts

Joined: Jul 2012

HIII

HTML Notepad++.
Dreamweaver is a nice cod edit i rally long time working Dreamweaver and HTML its rally nice and intrusting.

They have: 2 posts

Joined: Jul 2012

As an computer science engineering student I know c, c++, c#, html, php, css, java language. My favorite editor is micro-soft visual studio and matlab command window.

They have: 14 posts

Joined: Jul 2012

I mostly prefer to Dreamweaver. It is best use to make web application fast and easy way. It has also user friendly features.

h20mysticshadow's picture

They have: 3 posts

Joined: Feb 2012

for me I prefer notepad and dreamweaver. Very easy to use.

Alien 9's picture

They have: 4 posts

Joined: Jul 2012

I usually use Notepad++ and once in a while use CoffeeCup or Maguma.

They have: 18 posts

Joined: Sep 2012

Notepad++ FTW!

chinararearth's picture

They have: 3 posts

Joined: Sep 2012

Visual studio2008 and notepad++ because in which good intelligence technique is used and also they are faster.

They have: 1 posts

Joined: Sep 2012

I used ASP.net for favorite editor.

Nullified's picture

They have: 12 posts

Joined: Sep 2012

Notepad++ and Dreamweaver

John Sammers's picture

He has: 15 posts

Joined: Sep 2012

It depends on what operating system I working. I use Notepad++ if I am on Windows and Bluefish if I am use GNU/Linux.

They have: 51 posts

Joined: Jun 2012

My favorite code editor is dreamweaver and notepade ++ and i always prefer to use both. both are very easy and effective code editor software that we can easily use. It support many programming language like HTML, PHP and many more.

They have: 8 posts

Joined: Oct 2012

Hello, My favorite code editor is java script because I think it provide better security codes according to others and also has the good quality of code for making our websites more meaningful.

They have: 2 posts

Joined: Nov 2012

I have installed Notepad++ and Dreamweaver both to my pc but notepad++ is little bit difficult to use I think Dreamweaver is really good and easy to use.

They have: 2 posts

Joined: Nov 2012

I always prefer Dreamweaver; I have been using it for 3 years. It is very simple because I only want to design page then it will automatically generate HTML codes.

They have: 2 posts

Joined: Dec 2012

Notepad++
Dreamweaver
Above are most downloadable and using for coding.

They have: 2 posts

Joined: Dec 2012

Notepad++
Dreamweaver
Above are most downloadable and using for coding.

android application development

They have: 6 posts

Joined: Dec 2012

I prefer dream viewer. it has many feature and never give you a application error. Also its shows a clear preview. so i highly recommend dream viewer.

jaagitthe's picture

They have: 8 posts

Joined: Dec 2012

As per my opinion Notepad is best

They have: 15 posts

Joined: Dec 2012

notepad always

They have: 15 posts

Joined: Dec 2012

CSE HTML Editor (http://www.freehtmlvalidator.com/)
This is a good validator/HTML Editor

They have: 3 posts

Joined: Dec 2012

Dreamweaver is the best out of the rest.

They have: 1 posts

Joined: Dec 2012

I prefer using Notepad++ as it support many languages and is very light weight software.

They have: 7 posts

Joined: Dec 2012

I like to use Notepad++.,because it is easy to use..!

They have: 2 posts

Joined: Sep 2012

I like notepad++ and dreamweaver.. Both are best according to me..

They have: 39 posts

Joined: Jan 2013

Mine is Dreamwaver.

They have: 5 posts

Joined: Jan 2013

In coding editor, i have used Macromeadia Dreamweaver and notepad, notepad is very simple but high effect for coding, MD is professional coding and design!

They have: 5 posts

Joined: Jan 2013

I use the ConText. It’s a freeware that I recently found which is a fast and a powerful text editor for any kind of language. All the useful features are there, try it.

They have: 1 posts

Joined: Feb 2013

hi ;
Dreamweaver is the best editor as code editor because it provides design on same page along with the code.

He has: 15 posts

Joined: Feb 2013

Adobe Dreamweaver is the best code editor for me.

Whiteflower's picture

They have: 2 posts

Joined: Feb 2013

Notepad++ and Dreamweaver are good code editors. I prefer Dreamweaver for a beginner. It is easier to learn and use than Notepad++. Also it is my favorite.

csofts's picture

They have: 2 posts

Joined: Mar 2013

Note pad++ is my favorite code editor

They have: 25 posts

Joined: Jun 2012

I must prefer to dreamweaver..

They have: 25 posts

Joined: Oct 2012

+1 for Dreamviewer.

Eagles's picture

They have: 2 posts

Joined: Apr 2013

I use both Notepad++ and Dreamweaver. But my favorite is Dreamweaver and it is very easy to use.

He has: 1 posts

Joined: Apr 2013

i like dreamweaver

They have: 6 posts

Joined: Apr 2013

I am using both Notepad++ and Dreamviewer. I like both of these code editer as they easy to use and effective.

They have: 3 posts

Joined: Apr 2013

I can't possibly be the only person who thinks Notepad++ is fucking awful....but TBH I haven't had the experience with it to realize how good/bad it is, I've only done a few web pages with some JS in them.

They have: 11 posts

Joined: Apr 2013

dreamweaver is great

He has: 4 posts

Joined: May 2013

Notepad++ and Dreamweaver are best code editor. Most of the web designers and developers used Dreamweaver and Notepad++ because its very easy to use, anyone can use of these software without knowledge or skill.

They have: 1 posts

Joined: May 2013

Dreamweaver. It gives the related codes to select whenever typing a code.

They have: 3 posts

Joined: May 2013

My favorite code editor is Dreamweaver but for beginners notepad is best.

They have: 4 posts

Joined: Apr 2013

My favorite code editor is Dreamweaver and i use it for css, html and php languages which it supports very well.

They have: 6 posts

Joined: Jun 2013

I agree with the author - Sublime Text 2 is my favourite code editor. I tryed Dreamweaver, Netbeans, Notepad++ and much more.

They have: 4 posts

Joined: Jun 2013

hi..
I am using Dreamware because It having 3 main features Integrated CMS Support,Comprehensive CSS Support,Intelligent Coding Assistance. Which are very useful.

They have: 4 posts

Joined: Jun 2013

I am using Dreamweaver. It is a best software for editing desing and Html code. It is a free software. A content management system is a web site that draws its content out of a database and is easily updated by people without technical ability.

They have: 4 posts

Joined: Jun 2013

Dreamweaver is best its like what you see what you get

They have: 46 posts

Joined: Feb 2013

Notepad ++ is good but Dreamweaver is my favorite editor. While you are editing your code, you could see the changes that will occur.

They have: 4 posts

Joined: Jun 2013

My favourite code editor is Notepad++. It's very helpfull for me.

owen100's picture

They have: 9 posts

Joined: Jun 2013

My favourite code editor is Dreamweaver. It's very helpful.!!

They have: 6 posts

Joined: Jun 2013

My favorite code editor is that Notepad++ and Edit Plus.............!!

devisrimari's picture

They have: 41 posts

Joined: Sep 2011

Best Code editor is
1. Adobe Dreamweaver

2. Notepad ++

3. Notepad

These software are very helpful to edit the HTML design and code easily. It's user-friendly.

They have: 1 posts

Joined: Jun 2013

I love to dreamweaver.

He has: 6 posts

Joined: Jul 2013

Notepad++ for me Smiling

They have: 2 posts

Joined: May 2013

I use Notepad++ and Dreamweaver to edit the code as these are easy and simple to use.

They have: 9 posts

Joined: Jul 2013

I also prefer to use Dreamweaver to edit codes. It is quite simple to use and has many features than other editors. And the best thing is that it is free to use.

They have: 2 posts

Joined: Aug 2013

netbean plus is best for web professional because all platform is used in this software

They have: 10 posts

Joined: Aug 2013

Currently I'm using notepad++ and Dreamweaver are my favorite code editor.

They have: 6 posts

Joined: Sep 2013

hi..

I'm use Macromedia Dreamweaver and edit+ my code editor.

Thank you...

apsingh's picture

They have: 14 posts

Joined: Sep 2013

Adobe dreamweaver is the best and widely used toll for editing and generating codes. It is specially designed for code editing by Adobe.

its operation are very simple and at supports database connectivity. So any type of programming language can be easily edited by this.

vishan123's picture

They have: 1 posts

Joined: Sep 2013

Notepad++ is best for windows based applications.

They have: 10 posts

Joined: Aug 2013

My all time favorite is Notepad++.

They have: 3 posts

Joined: Jan 2013

Luca tall wrote:
My all time favorite is Notepad++.

I also like Notepad++ just because it starts fast, a lot faster then Dreamweaver that's for sure.
If your a beginner i would choose for Dreamweaver just because they have more automation when your coding.. you don't have to fully type the tags etc.. but choosing one is all about your own requirements Smiling

They have: 46 posts

Joined: Feb 2013

i use notepad ++ for coding and Dreamweaver for designing.

Muggeo's picture

She has: 3 posts

Joined: Dec 2013

I like Dreanweaver edit code, easy to use and more intuitive to see the effect

They have: 4 posts

Joined: Nov 2013

Notepad++ and Dreamviewer are two tools which will best suite to a beginner.
Dream viewer will be much better.As i dreamviewr you can see what you do in right portion of your screen and this feature is not available in notepad++.

Andrew Weiers's picture

They have: 6 posts

Joined: Dec 2013

For my experience i would suggest you notepad++ and dreamweaver. Both are best and easy to use .

They have: 1 posts

Joined: Dec 2013

I like Dreamweaver, and eclipse. Dreamweaver is the best code editor for HTML, PHP, CSS and Javascript....
Most of the web developer used in dreamweaver editor only and also most web designer also used dreamweaver only. It's easy to use.

They have: 24 posts

Joined: Nov 2013

I am using dreamweaver

They have: 3 posts

Joined: Dec 2013

Good to heard you are going to help some beginners, I would suggest to notepad++ and dreamweaver and hope these two tools must be help them to learn faster and easy way. I like dreamweaver always.

Reality Premedia, a digital publishing company specialized in eBook conversion services, digital image processing, clipping path and digital content conversion services.

They have: 17 posts

Joined: May 2013

Notepad++ for HTML and relateg
Eclipse for Java and Android Dev

They have: 46 posts

Joined: Feb 2013

I used notepad ++ it really easy to see what's going on the website

He has: 4 posts

Joined: May 2014

I use Dreamweaver as it is easy to use and have additional choices.

They have: 7 posts

Joined: May 2014

Notepad ++ one and only Smiling of course, with dark graphics settings Smiling

They have: 4 posts

Joined: Jul 2014

My favorite code editor is Dreaweaver because it is very easy to use and it is user friendly also it has many additional features. It is best in editing HTML, CSS, PHP....

arifpolash's picture

He has: 2 posts

Joined: Jul 2014

i am using coda for last 2 years but i know sublime text 2 i think its better.

They have: 1 posts

Joined: Aug 2014

I love to work on Dreamweaver Creative Cloud, it is the latest version from Adobe and note padd ++ also I will use. Because Notepad ++ is light weight and speed to code.

They have: 4 posts

Joined: Jul 2014

Notepad++ and Dreamviewer are two tools best...

They have: 2 posts

Joined: Aug 2013

subline is good editor for windows

They have: 8 posts

Joined: Oct 2014

Macromedia Dreamweaver is the best code editor for myself.

They have: 1 posts

Joined: Oct 2014

i like Netbeans, support many languages

They have: 10 posts

Joined: Nov 2013

i like to Notepad++ and eclipse

They have: 2 posts

Joined: Mar 2014

It depends what type of coding we are doing, normally i use notepad++ but sometimes i use dreamweaver

They have: 7 posts

Joined: Nov 2014

I use notepad++ and Dreamweaver for creating my website coding.

They have: 7 posts

Joined: Apr 2010

I use Dreamweaver cs5, i like it has better options, as well code prompting. Even notepad++ also good!

DanielGarneau's picture

He has: 4 posts

Joined: Dec 2014

Hello. My favorite editor is definitely notepad++.

They have: 3 posts

Joined: Jan 2015

Dreamweaver and notepad ++ is my favorite code editors.

jessica89's picture

They have: 3 posts

Joined: Feb 2015

I've used Dreamweaver CS4 for a couple of years, but i didn't needed the interface and all it's functions.. I'm really happy with Notepad++... it's simple, fast and very clean.

I help people with WordPress

They have: 3 posts

Joined: Mar 2015

I use both Notepad++ and Dreamviewer. Both are my favorite.

They have: 6 posts

Joined: Apr 2015

Dreamweaver was my most favorite code editor but however it always made my system slow. The 2nd editor which I am now using is "Brackets" which is much more fast than Dreamweaver. It is opensource software with fast and accurate builtin plugins.

Albert Barkley
SEO Manager/Web Developer

He has: 4 posts

Joined: May 2015

my favourite cod editor Sublime Text and Notepad++

They have: 3 posts

Joined: May 2015

I use Dreamweaver and notepad ++

shiv0's picture

He has: 4 posts

Joined: Jun 2015

my favourite code editor Dreamwear CS3 and Notepad++.

cudest's picture

They have: 4 posts

Joined: May 2015

My favorite code editor is Sublime text editor because it gives strict coding standards and so that your coding style getting better through it so i like it.

misharnet's picture

He has: 6 posts

Joined: Jul 2015

Since I am still working in Windows environment , NotePad++ is my definite choice. Only, there can be some issues when you upload files, processed in NotePad++ using FileZilla ...but I always upload files in .zip format in cPanel file manager.

Connect to the People!

He has: 4 posts

Joined: Sep 2015

I use Notepad++ when I am working on Windows operating system; and I really like it. It allows beginners to code in different languages but really perfect for HTML, CSS and JavaScript.
When I am on GNU/linux, i use JEdit. Simple and perfect to create web pages.

They have: 3 posts

Joined: Sep 2015

I prefer Dreamweaver and i love it

They have: 5 posts

Joined: Nov 2015

I always like to use Dreamweaver and PHPstorm for php.

They have: 1 posts

Joined: Nov 2015

Dreamweaver and Notepad++ .. I love these Editors !!

emmaharvey's picture

They have: 1 posts

Joined: Dec 2015

Notepad++ and Dreamweaver are the popular coding software.

He has: 4 posts

Joined: Jan 2016

I'm surprised to see that many Notepad++, but so few Sublime recommendations. My favorite editor for all scripting/markup languages is Sublime.

For more complex languages I prefer Visual Studio or IntelliJ.

They have: 8 posts

Joined: Apr 2016

Megan wrote:
I'm working on an article for beginners about web development software. I'd like to include some recommendations for code editors clients to try. What is your favourite code editor and why? Or do you use multiple tools for different purposes? Good responses may be quoted in the article! Keep in mind that this article will be targeted to complete beginners. What would you recommend to someone just starting out?

cPanel Text and Code Editor....in the cloud and easy to use....been using for a long time, im bias.

They have: 1 posts

Joined: Jun 2015

I like Codelobster

He has: 1 posts

Joined: Aug 2016

I Like Subtime Software

They have: 2 posts

Joined: Aug 2015

I use notepad+ and dreamweaver

brucemesnekoff's picture

He has: 2 posts

Joined: Sep 2016

I preferred for Notepad ++ because it's a simple to use. If you are a hand code lover so i think it's adaptable tool.

Thanks Bruce Mesnekoff

They have: 2 posts

Joined: Oct 2016

Using notepad++ Though.

jessicacyrus1's picture

She has: 1 posts

Joined: Jun 2016

I am working on Notepad++ and Dreamweaver both!

kyan6's picture

They have: 1 posts

Joined: Jul 2017

hi, i am new to the forum. i did coding at university but i will be honest, i forgot most of it.
my question is, what is the main difference between javascript C++ when it comes to coding? or are the fundamentals still the same.

Getting all my style advice from Mr style

They have: 4 posts

Joined: Sep 2017

They are very much different. C++ is strongly typed, Javascript the opposite. Javascript is more flexible, syntax is different etc.

They have: 2 posts

Joined: Sep 2017

Well, I use different code editors. My favorite code editor is Dreamweaver. There are other code editors available as well like netbeans, notepad ++ etc.

It is good to do your work yourself.
Download High Definition Wallpapers from HD Wallpapers Top

He has: 1 posts

Joined: Sep 2017

My favorite code editor is Notepad ++ because it is the best option for making website..

They have: 3 posts

Joined: Nov 2017

Bluefish.

abdulahadjbr's picture

He has: 1 posts

Joined: Nov 2017

Always Notepad++

They have: 2 posts

Joined: Nov 2017

I love to use notepad++:) Smiling

They have: 2 posts

Joined: Dec 2017

I like Notepad++ Laughing out loud

They have: 2 posts

Joined: Nov 2017

Vote+1: Notepad++ :v

They have: 4 posts

Joined: Jul 2013

Good old fashioned Notepad (the one that comes with Windows) for small edits. Notepad++ for heavy edits. Smiling

martin smith's picture

They have: 3 posts

Joined: Oct 2017

Sublime Text Editor and Notepad++ ..

He has: 2 posts

Joined: Mar 2021

Hi, I am ok with VS code.

Megan's picture

She has: 11,421 posts

Joined: Jun 1999

It's so funny to look back at the first posts on this thread from back in 2013! How things have changed!

I use VS Code as well Smiling

He has: 2 posts

Joined: Mar 2021

Hi, totally agree with you. It is nice to see how everything developed

He has: 8 posts

Joined: Mar 2021

Yes, time has been changed a lot since this post started but like old is gold. I still like Notepad++ Smiling

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.