vote up 4 vote down star
5

What develepment environment do you use when you need to work on javascript?What options have as an Asp.net developer for working with javascript or jQeury in order to have possibilities to test,develop in realtime? I tried to set up the intellisense to make it work the jquery documentation,but that's not working. Right now i'm using Firebug to test my scripts and also editing there,but for example i would like to view the markup and the console together but that's not possible on FireBug. i don't think that's the best solution for that kind of work. If you have any ideea how to solve my problem or do you have a suggestion please post it here. Thanks!

flag

6 Answers

vote up 4 vote down check

Try Aptana. It's free, it's awesome, and comes with JQuery & Prototype built-in. It also has screencasts.

link|flag
This is a very cool prog,on startup you can choose all the javascript library to set up the intellisense.For me it's not the ideal tool for develepment.Thanks for the link. – Sad0w1nL1ght Aug 11 at 17:11
vote up 3 vote down

Check out Komodo Edit. I think you can attach jQuery to it (I use it for PHP primarily).

Update: Just found out it already has jQuery support built-in.

link|flag
vote up 0 vote down

Maybe something to look at, although it won't solve all your problems, Steve Yegge was working on a new javascript mode for emacs.

link|flag
vote up 4 vote down

The essentials.

  1. Your favorite text editor. That's vim for me.
  2. Google
  3. Firebug
  4. Web Developer's Toolbar
  5. Two monitors (solves your whole "can't view source and the console together" problem)
link|flag
5. Yeah,it would be nice to have a second monitor.But in that case you have two browsers opened with the same source.(I try that also :P )And for me sometimes it flickers,especially if modify some html source. – Sad0w1nL1ght Aug 11 at 17:13
vote up 0 vote down

You can debug JavaScript with Visual Studio 2008: Visual Studio 2008 JavaScript Debugging - basic guide

There was a fix for JQuery/JavaScript intellisense to make it better: Intellisense Hot fix for VS 2008

link|flag
I tried this and in a test project works very well,but in our project this is not working and i don't put more time to investigate this. – Sad0w1nL1ght Aug 18 at 6:02
vote up 1 vote down

I just use what ever is on hand. Dragonfly in Opera, Firebug in FF, IEtester has it's own thing but I never use it.

As for editing, I'm on the basics and only use Notepad++

If I were you though, I would sit down and try to solve a problem in a few tools before choosing what you like the most.

link|flag
I tried Firebug on FireFox on IE the IE debugger,also i have NotePad++,but i'm sure these tools are not simpliest way to develop 'on the fly' javascript code. :) – Sad0w1nL1ght Aug 13 at 6:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.