Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternative to Dreamweaver?

First of all, I do all my coding strictly in code view in Dreamweaver for a good few years now. I could do all my coding in Notepad, but Notepad doesn't have any features. :) I've never thought of changing because I just got used to Dreamweaver over time. But now it's starting to irritate me here and there. I also want to switch to a more lightweight editor.

What I don't like in Dreamweaver is that tabs can't automatically be changed to spaces (very annoying, any solutions are welcome too). It also creates a lot of useless whitespace everywhere.

I love Dreamweaver's automatic auto complete for html and css, this speeds up my coding very much because I don't have to type out every character. I've tried some other editors, but I really miss this feature. Dreamweaver also auto completes css classes from included css files in the header.

Is there any other editor that has similar features? Free or license is fine. I like Sublime Text (http://www.sublimetext.com/).

Thanks!

like image 447
Gregory Bolkenstijn Avatar asked Oct 16 '09 23:10

Gregory Bolkenstijn


3 Answers

I went for PhpStorm eventually. Love it!

like image 90
Gregory Bolkenstijn Avatar answered Sep 29 '22 09:09

Gregory Bolkenstijn


Notepad++ is the best for Window: http://notepad-plus.sourceforge.net/uk/site.htm

like image 42
samuraisam Avatar answered Sep 29 '22 10:09

samuraisam


I've came to a solution that, though it's not lighter than Dreamweaver (as you requested), is very robust, works like a charm and was quite a productivity boost!

Check out:

Eclipse + Aptana as a plug-in (how to auto-upload on save)

like image 25
Frankie Avatar answered Sep 29 '22 09:09

Frankie