A tool that automatically generates docstrings for Python code using LLM APIs. It processes Python files recursively and creates files with inserted docstrings while preserving the original codes.
Microsoft has released Visual Studio Code 1.95. It brings plenty of updates related to Copilot, multiple GitHub accounts support, and gives the ability to generate Python Docstring templates.
Then we currently copy the whole docstring from Rust to Python. This is not ideal; it would be nice to be able to have a Rust-specific example which is only visible from rustdoc and a Python-specific ...