Editor intellisense and navigation does not work with declared objects
In my (JScript) test scripts would like to use objects in this way (which runs fine in TestComplete) to e.g. for namespacing. var MyFunnyClass = { Alert: function( time, message) { ...