autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

VSCode extension that generates docstrings for python files

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

Hello, it's been 1 year the doxygen support is added but that version is still not released. How can I install it?

**Describe the bug** When trying to generate text in any function, the extension fails. **Versions (please complete the following information):** - autoDocstring Version: 0.6.1 - Operating System: Windows 10 -...

bug

https://app.codegpt.co/marketplace/agents/gpt-4o

The [Annotated](https://docs.python.org/3/library/typing.html#typing.Annotated) typing is a special type to add context-specific metadata to an annotation. The doc-string generation could ignore it, as in the docs: > If a library or tool...

bug

**Describe the bug** In the following case, dict type of `node_attr` cannot be recognized. By the way, can the parameter default value move up to be after the type description...

bug