oliversen / chatgpt-docstrings

VSCode extension to automatically generate Python docstrings using ChatGPT
https://marketplace.visualstudio.com/items?itemName=oliversen.chatgpt-docstrings
MIT License
3 stars 2 forks source link

option to start docstring on newline #3

Closed mgzenitech closed 8 months ago

mgzenitech commented 8 months ago

We are using google format with docstring starting on newline. Would it be possible to add setting for that?

"""docstring begins

vs

"""
docstring begins
oliversen commented 8 months ago

Great suggestion. Will be done. Thank you!