ContributionsMost RecentMost LikesSolutionsRe: Code Completion for class methods As far as I can tell, no 😞 Re: Code Completion for class methods Are there any news for this Feature Request? Btw. if you implement this, please also make it available for "real" JavaScript in combination with the "require()" function. For example having a ScriptUnit "Test.js" with this content class Test { constructor() { Log.Message("Creating Test class instance"); } bar() { Log.Message("Calling bar"); } } module.exports.Test = Test; TC 12 do not show autocompletion for functions of class if I write code like let test = require("Test"); function main() { let testClassInstance = new test.Test(); // here autocomplete already work for the exported object "Test" testClassInstance.bar(); // here it doesn't } Re: Code Completion for class methods My favorit is JavaScript, but it should be made available for all languages. Re: Webservice timeout error Hi Tanya, we encountered the same issue with TestComplete 10 (fullversion). Are there any possiblities to specify the timeouts in the project or project-suit or better the WS directly? Best regards, Mathze