Open deno opened 12 years ago
This didn’t happen with 0.2.2 AFAIK.
Thanks for the bug report. I was able to reproduce the problem. I'll try to fix it in the next version.
It seems that the problem comes from the JavaScript parser from Closure Compiler.
New project, fresh Eclipse for JS developers (Indigo), OW 0.2.4 is only plugin besides JSDT.
Only file is hello.js
«» marks code completion site.
Attempting any kind of code completion within array literal causes Eclipse to hang, utilizing 100% CPU for single core. UI is not responsive.
Reproducible: Always.