autodocstring VSCode extension that generates docstrings for python files

Features

  • Quickly generate a docstring snippet that can be tabbed through.

  • Choose between several different types of docstring formats.

  • Infers parameter types through pep484 type hints, default values, and var names.

  • Support for args, kwargs, decorators, errors, and parameter types