What tools should I use as a core set for javascript development?

I have been developing ASP.Net applications for several years, and I have always avoided learning JavaScript . Now I dive and try to learn as much as possible.

As a .Net developer , I rely heavily on Visual Studio . I am wondering what tools, as a JavaScript developer , do you guys rely heavily on JavaScript development ? I just discovered FireBug , which is awesome. What other tools do I have that I should have ?

Thanks!

+3
source share
6 answers

Yes, Firebug is awesome. Make sure you know about profiling features there. In addition, there is a new FireUnit testing platform that also works with Firebug.

I like Textmate for editing Javascript on my Mac. Aptana Studio (standalone or like Eclipse ) is really good.

I wanted to try test development in Javascript using the YUI test library . It promises should be like NUnit / JUnit for Javascript, and that would be great.

Check out JS lint .

Aspect- , AOP Javascript Dojo.

, Javascript ( , TraceMonkey) , HanselMinutes.

!

+5

Firebug . IE.

: JavaScript IE7

+2
  • Visual Studio 2008 - JavaScript intellisense Js
  • FireBug - a -
  • FireBug Lite - "   Firebug Lite, JavaScript,       Firebug   ,   " Firefox "".
  • JsLint - , , JsLint
+2

:

+2

Visual Studio JavaScript. , IntelliSense JavaScript VS2008, , jQuery.

+1

All Articles