Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Request to add type hint for Open3D package?

Open chibai opened this issue 3 years ago • 3 comments

Checklist

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

chibai avatar Dec 21 '22 10:12 chibai

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.

danrauch avatar Jan 18 '23 14:01 danrauch

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

chibai avatar Jan 28 '23 06:01 chibai

Hmm isn't there less stupid way than putting generated typings folder into root of your vscode workspace?

martincerven avatar Jun 19 '24 06:06 martincerven