vim-pydocstring icon indicating copy to clipboard operation
vim-pydocstring copied to clipboard

Generate Python docstring to your Python source code.

Results 3 vim-pydocstring issues
Sort by recently updated
recently updated
newest added

Is it possible to add support for auto-generating class attributes? According the [numpydocs](https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring) convention, class attributes are encouraged to be included when adding docstring for a class. Something like: ```python...

in progress

Hi, this is a great plugin, but is there a reason why there is a default mapping defined [here](https://github.com/heavenshell/vim-pydocstring/blob/master/ftplugin/python/pydocstring.vim#L21)? This took me awhile to find and it cannot be overridden...

Hello, I am using a vim-pydocstring in a vanilla installation of lunarvim stable with nvim 0.7.2. Only the default template is supported, and I can not switch to numpy nor...

wontfix