Code autocompletion issue for VTK and OpenCV Library.
Autocompletion works well for vtk and opencv, for example import vtk (autocompleted), polydata=vtk.vtkPolyData(autocompleted). However, for vtk variables like polydata.GetPoint(no suggestion). This also happened for opencv variables.
Same problems to the following link:
Please sign in to leave a comment.
Meet the same problem.
# Environment:
* PyCharm 2016.2.3
* VTK 7.0
PyCharm autocomplete the method of the class itself, but not auto prompt the method inherit from supper class. e.g:
```
```