I have just started using PyScripter. I do not get any autocomplete options when I am using cv
or cv2
module!
How can I update my intellisense for OpenCV ?
I don't know whether it is the correct solution to this problem or not but this is what I tried and it was successful:
Tools ---> Options ---> IDE Options
Code Completion
part add cv2
to Special Packages
This enabled the auto-complete for opencv
in the editor!