Skip to content

Releases: adambullmer/sublime_docblockr_python

v1.1.2

15 Jun 03:25
Compare
Choose a tag to compare

Fully Documented source code!

BUGFIXES:

  • Adds new line between each section of the generated docstring
  • Extends section follows correct formatting now

v1.1.1

14 Jun 08:14
Compare
Choose a tag to compare
  • Added Python Extended language for attribute syntax highlighting in doc strings
  • Bugfix: Parsing keyword arguments was prepopulating the attribute name with its default value

v1.0.0

14 Jun 01:51
Compare
Choose a tag to compare

Launched

Basic features in place.

  • Parse Class extentions
  • Parse function args and kwargs
  • Makes nice docstrings
  • Some snippets available