sublime_docblockr_python
sublime_docblockr_python copied to clipboard
Creates docstrings of functions with multi-line parameters
For functions with multi-line parameters, docblockr cannot recognize parameters and generates only [summary] and [description] as the picture shows.
After moving ): back by 4 or more spaces, it shows the parameter field but triggers PEP8 E123/125/126
