autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

VSCode extension that generates docstrings for python files

Results 92 autoDocstring issues
Sort by recently updated
recently updated
newest added

Issue Type: Bug CARBONMUSICEC Extension version: 0.6.1 VS Code version: Code 1.69.1 (b06ae3b2d2dbfe28bca3134cc6be65935cdfea6a, 2022-07-12T08:21:24.514Z) OS version: Windows_NT x64 10.0.22000 Restricted Mode: No System Info |Item|Value| |---|---| |CPUs|AMD Ryzen 5 5500U...

Hi VS Code PM here 👋 Consider on-boarding to VS Code sponsorship. It is as easy as adding: ```json "sponsor": { "url": "https://github.com/sponsors/NilsJPWerner" } ``` to your `package.json` More details...

feature request

class docstrings are created under the class definition. They read parameters from the __init__() method and scan the entire class for attributes. Both parameters and attributes are listed. module docstrings...

Hey, I was wondering whether there was already a way to auto-update docstrings. ```python def start(a): """[summary] Arguments: a {[type]} -- [description] """ pass ``` to auto update to: ```python...

feature request

It would be great to be able to make your own custom module docstring with things like the author, date and summary of the module.

**Describe the bug** Dear all, How to generate Return value's name and type by using numpy Docstring Formats? Currently, It only generates Return value's TYPE. **Versions (please complete the following...

bug

**Describe the bug** After writing `"""` under the function definition and pressing enter nothing happens. **Versions (please complete the following information):** - autoDocstring Version: v0.6.1 - Operating System: Windows 11...

bug

**Describe the bug** When a heredoc format string is used anywhere in a function, this disabled the autoDocstring code form attempting to generate a docstring. **Versions (please complete the following...

bug

**Describe the bug** A clear and concise description of what the bug is. When passing a Literal type hint containing strings, the docstring badly writes the quotation marks. Instead of...

bug

Could we add an optional extension setting that allows existing docstrings in the current document to be regenerated on save? When type annotating/hinting in python, I might update the function...

feature request