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
Is your feature request related to a problem? Please describe!
The python build process does not generate stub files, meaning developers using VS Code don't get autocomplete or inline documentation.
Describe the solution you'd like:
Running pybind11-stubgen surgepy and moving the contents of stubs/surgepy to inside the site-packages surgepy directory results in quite nice inline documentation. This should be added to build process, PR forthcoming.
Describe alternatives you've considered:
Tried to generate using mypy stubgen but it didn't work.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe!
The python build process does not generate stub files, meaning developers using VS Code don't get autocomplete or inline documentation.
Describe the solution you'd like:
Running
pybind11-stubgen surgepy
and moving the contents of stubs/surgepy to inside the site-packages surgepy directory results in quite nice inline documentation. This should be added to build process, PR forthcoming.Describe alternatives you've considered:
Tried to generate using mypy stubgen but it didn't work.
The text was updated successfully, but these errors were encountered: