Hi,
I use sublime to work with Perl predominantly and write my comments in this format (some spaces added to make the * appear)
#**************************************** #
#* Comments written here, of * #
#* varying length. * #
#****************************************#
These comments are indented alongside the code, with all the right hand hash symbols in the 80th column. Is there a way to set up a keyboard shortcut in sublime 3 so that a block of text can be automatically formatted into this style?
Thanks,
David