I’d like to be editing a comment in Python:
# this is my commentthen hit enter, and get a comment and indentation at the beginning of the new line:
# this is my comment
# <---- this gets added automaticallyA similiar question is here:
But DocBlockr doesn’t list python as supported. It does seem to work, however, when installed if I use two spaces after my hash symbol, but I’d prefer to use one space.