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.
Trigger generated by typing """ and pressing return. Extracts function names, parameters, and return types to build structured docstring ...