Command-line program to generate, update or transform docstrings in python source code. The app will parse the requested source files for docstrings as well as function signatures and class bodies.
This extension provides three distinct commands to give you full control over your code's comments: 🧹 Remove All Comments & Docstrings: A total clean-up. This command strips every # comment and """..