spadarian / docblock-python

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

Automatically run on function creation #38

Open ruaridht opened 5 years ago

ruaridht commented 5 years ago

I would love if this could automatically run upon completion of a function or class definition. Is this possible?

Many thanks, Ruaridh

spadarian commented 4 years ago

I guess it is possible. The problem is to define the moment when the function is "complete". I imagine it would vary a lot.