TestComplete does provide the Code Completion only for the TestComplete objects. Thanks for submitting a feature request to implement the Code Completion feature for Python objects. Lagencie, feel free to vote it up:
robert
for example,
Step1:I defind a list with python script.
lst = [1,2,3,4]
Step2:I input "lst." in code editor,if i am using "pycharm",it will pop up the below screenshot and it will show the native function.But NOT in testcomplete code editor