VSCode autocompletion with OpenCV (from source)

asked 2020-09-20 04:42:55 -0600

Kreace gravatar image

Hello, I have a problem concerning OpenCV auto-completion. I'm using VSCode and no auto-completion for OpenCV is made. I built OpenCV from source which is installed on this path : /home/chris/opencv-4.4.0 I have found that adding "python.autoComplete.extraPaths":"/home/chris/opencv-4.4.0," to settings.json file could help but not in my case maybe I gave the wrong path I'm not sure.

Thanks you in advance for your help

edit retag flag offensive close merge delete

Comments

For which language?

For C++, have a look at the C / C++ / IntelliSense plugin.

Eduardo gravatar imageEduardo ( 2020-09-20 09:50:48 -0600 )edit

For python, I have "pylinter" install but it doesn't work or maybe I don't know how to use it. But thanks for the advice I will certainly need it at some point

Kreace gravatar imageKreace ( 2020-09-20 13:08:06 -0600 )edit