You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a way to automatically create stub .pyi files for intellisense from pybind11.
I am not sure if this is better done in pybind11 or in an external scraper utility that tries to analyze the dict of the pyd. It seems like there are some advantages if this could be done inside of pybind11 though.
Annotations and comments could be added in the primary source location.
It may be possible to provide more type information.
It could be used on embedded code instead of strictly being possible for pyd's.