Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you suggest free javascript plugin for IntelliJ IDEA?

Downloaded IntelliJ IDEA Community Edition, realized that it has no JavaScript Support and Debugger.

Any suggestions for good free plugin?

like image 922
Rinat Tainov Avatar asked May 06 '11 15:05

Rinat Tainov


1 Answers

Just in case, I found Netbeans more productive than Eclipse/IntelliJ (CE) at least for web/UI/jQuery. Its amazing inline compilation of JavaScript helped much in shooting the bug at development time rather than testing in browser and not to forget amazing intellisense for jQuery functions.

like image 153
fiberair Avatar answered Oct 01 '22 14:10

fiberair