autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

Add "Module docstring"

Open federicovallucci opened this issue 2 years ago • 1 comments

Describe the feature request Is there a way to use this extension also to generate the module doc string? I know very popular one like google or numpy are already templates you have for making the docstring of a given function.

What about having those templates also for the each module (file)? Thanks

federicovallucci avatar Feb 17 '22 09:02 federicovallucci

More specifically, it indents the module docstring upon generation

# flake8: noqa
    """
    __description__
    """

JamesHutchisonCarta avatar Aug 26 '22 22:08 JamesHutchisonCarta