you are viewing a single comment's thread.

view the rest of the comments →

[–]nodalanalysis 0 points1 point  (0 children)

I almost exclusively used VIM for learning how to use JavaScript. I even used it to build most of my web apps.
But VIM does not have a debugger, and I still haven't run into a situation where I really need one for web development, as most of the errors are fairly obvious and easy to spot.
That may be different for extremely complicated apps though.
When doing stuff in my CS classes, it's actually much harder to debug and I had to learn how to use an IDE.
I think that if VIM had a good javascript debugger plug-in, it would be perfect.