I'm using the Anaconda plugin in Sublime Text 3. Everything was working exactly as I expected. I love Docstring. It worked great and saved me a lot of time.
But when I tried import cv2
, cv2 was not on the autoComplete list. AutoComplete and docstring wouldn't work for anything that is in openCV.
I use Mac, with Python 3.5.1 and openCV 3.1.0. In Anaconda.sublime-settings, my python interpreter is set as: "/usr/local/bin/python3.5"
I do have another Windows with Anaconda plugin installed in ST3, and it worked fine. I don't really what is going on. Any suggestion?