spadarian / docblock-python

Atom plugin to insert documentation blocks for python functions
GNU General Public License v2.0
22 stars 9 forks source link

[Feature Request] - purpose a template #53

Open Stratop0w opened 3 years ago

Stratop0w commented 3 years ago

Hi there !

Thanks for the work on this module that simplifies working on documenting code !

My request is to be allowed to fine tune the default template or purpose some settings options for some parts of the default template.

For instance, I personaly prefer to write "description of this arg. Defaults to XXX" instead of your "(the default is XXXX)."

I also want to let the parameter names being generated with backquotes, as this is interpreted by atom and shown on hover popup with different formatting.

This is more eye catching while reading code :)

Best regards ;)