var fDesc=new Array(); fDesc[0] = "Codota understands the world's code and provides you with the right suggestion at the right time. Codota dramatically reduces the need to context switch between your IDE and the browser by bringing the best code to you at the right time and place. Codota runs on your development machine. You can easily control the amount of screen real-estate to allocate to it.

Codota’s algorithms learn from millions of programs to establish the best, most relevant, and most helpful code for any given task.

Codota supercharges your development workflow by predicting your next steps and proposing useful code-based on what you're writing in the IDE"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }