[Python] How to add missing code completion for Pybind functions and methods #7415
Unanswered
EnergyCrafter
asked this question in
Q&A
Replies: 1 comment
-
|
It looks like this will be fixed in the next update (see #6917). Just wish that this issue was built in already. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to add code completion for the Pybind compiled modules, functions, and methods?
I am using Pycharm 2025.3, Python 3.13, and Open3D 0.19.0+f38360c.
I expect to see all modules to be imported with submodules, functions, and methods exposed to the code completion function like all other packages do.
Beta Was this translation helpful? Give feedback.
All reactions