Hacker News new | ask | show | jobs
by benmorris 4467 days ago
Typos account for a significant amount of my javascript debugging. To have both intellisense and compile time checking for this would be a huge time saver.
1 comments

Alternatively, make less typos. Get something basic set up like jshint in your editor of choice (will warn for unused and undeclared variables), that kinda thing.

Although it's more of a patch. A proper IDE for JS would be neat, but it'd need to support popular DI frameworks and the like.