Hacker News new | ask | show | jobs
by Kaali 5160 days ago
Yes there is, and it works quite well: http://www.jetbrains.com/editors/javascript_editor.jsp?ide=i...

For sure it has some oddities with the completion as it can't be sure what the prototypes are, but then it just lists functions from different prototypes which match your prefix.

1 comments

Thanks. Those specific complaints from the link seemed more like quality of implementation issues of typical ECMAScript editors vs Adobe's ActionScript IDE. I can live without type inference in a dynamic language, but Visual Studio and Qt Creator have spoiled me on the other features.