Automatic Comment Blocks v1.1.4
Fixed:
-
When
singleLineBlockOnEntersetting istrue, and when then cursor is in the middle of the text, eg.// text | text, the comment would not be continued on the next line whenenteris pressed. Therefore the text after the cursor would not be a comment on the new line. -
The known issue: if you enable the
singleLineBlockOnEntersetting, for some languages, including C, C++, Sass - pressingtabimmediately after breaking out of a comment block, will insert a commented line.This seems to only happen in languages without
indentationRules, so it's fixed by adding default indentation rules with empty strings.Note: Using empty strings shouldn't have any side effects, but please report an issue if you have any problems with indentation.
For a Full Changelog please view the commits: v1.1.3...v1.1.4