1

Python IntelliSense not working for some class functions like cascade classifier in vs code. For most functions, it works but I am doing a project in OpenCV using python and when I am using haar cascade classifier function suggestions are not shown.

The definition for detectmultiscale function is not shown

Christoph Rackwitz
  • 11,317
  • 4
  • 27
  • 36
Rajat Agarwal
  • 21
  • 1
  • 7
  • 2
    Does this answer your question? [VSCode autocomplete not working for OpenCV installed from source](https://stackoverflow.com/questions/60428259/vscode-autocomplete-not-working-for-opencv-installed-from-source) – Christoph Rackwitz Sep 01 '21 at 11:26
  • also check out https://forum.opencv.org/t/cv2-autocomplete-doesnt-work-in-vscode/4876 – Christoph Rackwitz Sep 01 '21 at 11:27

1 Answers1

1

Python Language Server does not support get Intesllisense from the pyd file for now.

enter image description here

enter image description here

Steven-MSFT
  • 7,438
  • 1
  • 5
  • 13