mengthao's avatar
mengthao
New Contributor
9 years ago
Status:
New Idea

Editory - Autocomplete object methods (something like ctrl+space in Eclipse)

In Jscript say I have an object with multiple methods ie:   var username = function(uname) { this.uname = uname; this.objectName = 'Textbox("j_username")';   username.prototype.selectText = fun...