This is a simple VSCode extension which helps in adding Docstrings to your python code. Currently docstrings for Functions and Classes are supported.
Add elaborated Docstrings to your python code!
Currently Supports docstrings for:
- Functions - with/without arguments and keyword arguments
- Class
After you have installed the extension:
- Select the function/class that you want to write the docstring for
- Hit
Ctrl+Shift+Pwhich brings up the command palette - Select
Docstringand hitEnter
Tip: Please refer the below GIF for a demo
All notable changes to the "PyDoc" extension are documented in the changelog
