A nice IDE for ASP / HTML / JavaScript

Soldato
Joined
31 May 2006
Posts
4,239
Location
127.0.0.1
Hi all

After years of using Notepad for my web development I have decided to try some IDE's. The best so far is Notepad++ but not matter what changes or styles I import, it doesn't handle the mix of ASP / HTML / JavaScript very well.

Is there a better alternative or is there a way to get it to work as well as it does PHP / HTML / JavaScript?!

Thanks in advance
 
I use Notepad++ at work for ASP/HTML/JS/Vb and find it okay. I really like the feature where if you double click a word it will highlight all instances of the same word.

Another one I've used in the past is EditPlus. It's been a while since I used it, but if it's still going it's probably a good option.
 
It is 90% there. But in PHP mode it shows loops opening and closing but then I guess with the curly brackets it is easier for it to see than with ASP.
 
Have you looked at Eclipse, thats popular with Java and C developers, and I personally use Coda which is a really nice all in one IDE with FTP, CSS, and HTML editing, and it supports PHP and ASP syntax.
 
I have never used Eclipse because I never have the time/use XCode for mac dev so I am tempted to revisit this for processing project I have coming up though.

I cannot recommend Coda enough though.
 
Back
Top Bottom