Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4195448
By: lianos

Hi again,

Is it somehow possible to leverage PyDev's brains to tweak the syntax of the
docstrings?

For instance, I like how I can hit Cmd-1 at the end of a method that I'm writing
and have it insert the docstrings and 'slots' for the parameters in the method
signature, however I've kind of settled on using reStructuredText docstrings
which look a bit different.

So, for example, if I have :
def method(one,two):

Instead of it creating:

"""

@param one:
@param two:
"""

What would it take to create:

"""

:Parameters:
`one`:
`two`:
"""

Thanks,
-steve

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to