First time here? Check out the FAQ!
1

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?

wpCurious's avatar
61
wpCurious
asked 2020-03-23 10:23:51 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2020-03-23 13:50:46 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

No, sorry, not currently. One option would be to write a command yourself, which is possible using WIng's extension API: https://wingware.com/doc/scripting/index

Wingware Support's avatar
4k
Wingware Support
answered 2020-03-23 11:14:42 -0500
edit flag offensive 0 remove flag delete link

Comments

Ok, thanks.

wpCurious's avatar wpCurious (2020-03-23 19:10:45 -0500) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer