Skip to content

Releases: adambullmer/sublime_docblockr_python

v1.1.2

Choose a tag to compare

@adambullmer adambullmer released this 15 Jun 03:25

Fully Documented source code!

BUGFIXES:

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

v1.1.1

Choose a tag to compare

@adambullmer adambullmer released this 14 Jun 08:14
  • 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

Choose a tag to compare

@adambullmer adambullmer released this 14 Jun 01:51

Launched

Basic features in place.

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