autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

VSCode extension that generates docstrings for python files

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

I delete extra blank lines for google format and save as "google-simplied", so that it seems look like better at least for me. An example in python shown as following:...

Hi, As an extension of my issue #61, I also think it would be nice if the Numpy docstring factory [numpy.ts](https://github.com/NilsJPWerner/autoDocstring/blob/master/src/docstring_factories/numpy.ts) would process multiple return values. Hence, the following example:...

feature request

Hello, Is it possible to create and add class metadata (e.g., author, email, creation datetime, update datetime, project name)? Thank you!

Have a time preview for make work in methods inside classes? Great job!!

feature request

**Describe the bug** Currently, the Multi Root Workspace API doesn't seem to be supported by the extension. If a workspace contains several root folders, VS Code allows configuring specific settings...

bug

**Describe the bug** Once the extension is active, all other code completion is not working anymore. After disabling the extension, the code-completion features are active again. **Versions (please complete the...

bug

Please add support for python 3.12 generics format (https://docs.python.org/3.12/whatsnew/3.12.html#pep-695-type-parameter-syntax). Currently use of 3.12 generics format causes generator to skip args section and incorrectly label returns.

**Describe the bug** Generate docstring encounters error on use **Versions (please complete the following information):** - autoDocstring Version: - Operating System: arch-manjaro - Vscode Version: september-22 **Original Code (with line...

bug

closes #120 #192 Adds doxygen format support.