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
2 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.