Forum Discussion

QT_David's avatar
QT_David
Occasional Contributor
12 years ago

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) {  ...