Choice of Editor/IDE for Web Development?

I've been using Netbeans for a few months now but it's starting to annoy me a bit so thinking of trying something different. The biggest annoyance is getting stuck with the auto-suggest open and having to press ESC then Left Arrow to get out of quotes. It can be handy though with hex colours for example in the CSS files.

I switched to Netbeans from Notepad++ because of the Project Tree as I tend to switch between files quite a lot so would want to use something with a full file tree.

I'm thinking of trying Komodo Edit? Don't really want anything based on Eclipse so Aptana is out. I have a full licence of Microsoft Expression 4 but i'm not sure I want to go down that route even though the Visual Studio IDEs are great.

I pretty much only do bespoke PHP, HTML, CSS, Javascript(JQuery) from scratch.
 

mit74

Free Member
Jun 4, 2010
2,463
447
Dreamweaver for the autocomplete/suggestion boxes when coding html/css/javascript (forget all the other fancy bloat that comes with it) and eclipse php when mainly php coding. The debug tools like xdebug with eclipse are excellent if you can get them running and almost essential when debug other peoples code.
 
Upvote 0

Latest Articles