How to automatically generate function comments
Hi,
Is there a way to highlight a function header, like
def Print_This_and_That( Dis, Dat ):
, and automatically generate a basic function description with triple quotes, including the parameters?
Comments