Before opening an issue, please create a discussion concerning your request at https://forum.devsim.org
Is your feature request related to a problem? Please describe.
VSCode Pylance cannot load docstrings from devsim, as the core module is implemented in C++, and Pylance will not read docstrings by loading the devsim shared library. It will only parse Python files or a provided .pyi file.
Additionally the docstring format from devsim would need to be reformatted to provide documentation for the function arguments.
Describe the solution you'd like
Generate a .pyi file while building from the devsim documentation.
https://github.com/devsim/devsim_documentation
Before opening an issue, please create a discussion concerning your request at https://forum.devsim.org
Is your feature request related to a problem? Please describe.
VSCode Pylance cannot load docstrings from devsim, as the core module is implemented in C++, and Pylance will not read docstrings by loading the devsim shared library. It will only parse Python files or a provided
.pyifile.Additionally the docstring format from devsim would need to be reformatted to provide documentation for the function arguments.
Describe the solution you'd like
Generate a
.pyifile while building from the devsim documentation.https://github.com/devsim/devsim_documentation