VSCode autocompletion with OpenCV (from source)
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
For which language?
For C++, have a look at the C / C++ / IntelliSense plugin.
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