- bgran05Occasional Contributor
+1 Would really like this feature for Javascript.
- ademinSenior Member
I believe it was working in earlier versions, but it stopped.
- MathzeRegular Visitor
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 }
- ryanterronezOccasional Contributor
Has there been any movement on this? It looks like people have been requesting this functionality since 2012...
- GGuezetContributor
That would be great for Python too, it would start to behave as a IDE
- EleonoraSenior Member
any update regarding this one ? Nothing has been done since 2016 ?
- lydincamilleriOccasional Contributor
Required stuff
- GGuezetContributor
Still nothing ?
- MathzeRegular Visitor
As far as I can tell, no 😞
- lydincamilleriOccasional ContributorThis is how scripting works in TestComplete apparently 😕 Last update is that this is not in scope for the product