Solved
Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
What are you trying to do in the way of code completion? Some code sample would be helpful. The reason I ask is that there are certain things that may not be able to popup in "intellisense". Methods within classes, for example. While I know that the "standard" practice with Python is to write classes and such, that is not necessary with TestComplete Python scripting so you can define your methods and such without needing to be in a class.