autoDocstring
autoDocstring copied to clipboard
VSCode extension that generates docstrings for python files
Type: Bug why is my CPU usage so high? Extension version: 0.6.1 VS Code version: Code 1.77.1 (b7886d7461186a5eac768481578c1d7ca80e2d21, 2023-04-04T23:23:33.779Z) OS version: Darwin x64 22.4.0 Modes: Sandboxed: Yes System Info |Item|Value|...
Writes docs in markdown syntax, in the style of [MkDocs](https://www.mkdocs.org/dev-guide/api/)
**Describe the bug** Ive used google style docstrings in PyCharm a lot (w/ sphinx.napoleon) and this looked to be nicest out of the box equivalent I could find for that...
Type: Bug I have experience repeated crashes of the Extensionhost of VS Code. I suspect it could be an interaction with Github Copilot. Extension version: 0.6.1 VS Code version: Code...
Resolves #232
- The tab is not transitioning to the next editable unit. - This might be a vscode setting or shortcut key that i have to configure. - I do not...
According to the style guide, Returns should be outlined prior to Raises in google style docstring, yet when I generate one that has both, the Raises appear before the returns...
**Description** when a certain exception is raised on multiple lines within the function, the exception will occur multiple times in the docstring. **Versions:** - autoDocstring Version: v0.6.1 - Operating System:...
I have had the occasion to write python code inside another type of source file. autoDocstring seems only to be enabled for source files with a .py extension. It would...
**Describe the bug** If the return type has a nested forward reference (e.g. -> Iterable["ForwardRef"]), then the whole parameters/args block and return block in the docstring will be omitted. Note:...