Docstring Master
Automatically creates, updates, and color-highlights Python docstrings in compliance with Momotor.
Overview
Docstring Master is a VS Code extension that makes Python documentation effortless. It:
- Automatically generates docstrings for functions and classes.
- Keeps docstrings up-to-date when function signatures change.
- Highlights keywords like
param, type, return, rtype, nouns, and parameters.
- Fully Momotor-compliant, enforcing consistent documentation standards.
- Works great in dark themes with sleek, readable colors.
Perfect for developers who want clean, structured, and visually enhanced Python documentation directly in their editor.
Features
| Feature |
Description |
| Auto-generate docstrings |
Creates docstrings for new Python functions/classes following Momotor conventions. |
| Update docstrings on change |
Detects changes in function signatures and updates existing docstrings automatically. |
| Keyword highlighting |
Highlights key docstring terms like param, type, return, rtype, and more. |
| Dark theme friendly |
Uses custom color palette for headings and subheadings in docstrings. |
| Real-time updates |
Changes are reflected immediately as you type. |
| |