hisense
6 years agoOccasional Contributor
Status:
New Idea
Request for Code Completion feature for python objects
I am familiar with python,and do NOT want to learn testcomplete built-in function/method.However, I find that I can NOT invoke python native function/method by code completion in code editor.I just want it works like pycharm.
For example,Step1:I define 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