Visual Studio 2010 has some nice js extensions, such as brace matching, outlining / code folding and Intellisense (http://visualstudiogallery.msdn.microsoft.com/872d27ee-38c7-4a97-98dc-0d8a431cc2ed).
I've also been using an interpreter that parses your code as you type, allowing you to "explore" your js module (http://visualstudiogallery.msdn.microsoft.com/288a2b0f-1357-47b4-8215-1134c36bdf30) and jslint (http://visualstudiogallery.msdn.microsoft.com/961e6734-cd3a-4afb-a121-4541742b912e). Derek On Thu, Jan 27, 2011 at 9:51 PM, Garrett Smith <[email protected]> wrote: > On 1/27/11, Sven Lito <[email protected]> wrote: >> +1 on VIM. >> TextMate is pretty decent too >> > Those are text editors not IDEs. While some may prefer a text editor, > it is not an IDE. > > AN IDE like Eclipse and Intelli-j is for developer to build, test, > compile projects. It usually has features like autocomplete, > formatting configuration, debugger, runtime syntax error checking for > languages, and often dependency management. > > In contrast, a good text editor has minimal support for only a few of > these things. > > Garrett > > -- > To view archived discussions from the original JSMentors Mailman list: > http://www.mail-archive.com/[email protected]/ > > To search via a non-Google archive, visit here: > http://www.mail-archive.com/[email protected]/ > > To unsubscribe from this group, send email to > [email protected] > -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
