Request to add type hint for Open3D package?
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
masterbranch).
Proposed new feature or change
just like numpy, it's mainly implemented by c/c++ But it still has type hint, it is convinient for coders.
When I type "numpy." and "Tab", there're many functions to be selected. When I type "open3d.geometry", there's nothing
References
No response
Additional information
No response
I would also appreciate out-of-the-box type hints.
If somebody is looking for a workaround, I tried to do a semi-automatic type hint and docstring extraction here: open3d-stubs. It's not complete, but a starting point.
I would also appreciate out-of-the-box type hints.
If somebody is looking for a workaround, I tried to do a semi-automatic type hint and docstring extraction here: open3d-stubs. It's not complete, but a starting point.
Wow, this is really cool~ Thank you for your reply
Hmm isn't there less stupid way than putting generated typings folder into root of your vscode workspace?