sublime-jsdocs icon indicating copy to clipboard operation
sublime-jsdocs copied to clipboard

Support Python docstrings

Open skrat opened this issue 13 years ago • 9 comments

Using sphinx syntax. It really is the same as JS, instead of triggering with /** you trigger with """ and use slightly different template for params.

skrat avatar Nov 22 '12 11:11 skrat

I second this request. That would be fantastic.

rbazev avatar Dec 09 '12 14:12 rbazev

+1

stephenmathieson avatar Dec 09 '12 17:12 stephenmathieson

+1

carmine avatar Dec 20 '12 16:12 carmine

Hey python developers... want to take a look at the source and help out? If you see it, you'll understand I'm no python dev.

spadgos avatar Dec 21 '12 01:12 spadgos

Want. Unfortunately I got no time to hack on it. Though the original post is not entirely correct. Docstrings start inside a class or function, just after its definition. Unlike in the currently supported languages where doc strings seem to be just outside a class or function definition.

neonsamurai avatar Mar 13 '13 09:03 neonsamurai

+1

agerlach avatar Jul 30 '14 18:07 agerlach

This exists: Sublime-Text-2-pydocstring, I haven't started to look at it yet, but perhaps the logic from that could be folded into this project.

nivekmai avatar Jul 30 '14 18:07 nivekmai

+1

AllanLRH avatar Sep 30 '15 14:09 AllanLRH

Rolled my own plugin for this for ST3. https://github.com/adambullmer/sublime_docblockr_python. Package control won't merge it though since it is too similar to this project. Supporting sphinx, numpy, google, and Pep257 styles, plus a docblockr-ish styled one

adambullmer avatar Dec 15 '15 09:12 adambullmer