Skip to content

Automatic Comment Blocks v1.1.4

Choose a tag to compare

@yCodeTech yCodeTech released this 06 Jan 18:04
· 90 commits to master since this release

Fixed:

  • When singleLineBlockOnEnter setting is true, and when then cursor is in the middle of the text, eg. // text | text, the comment would not be continued on the next line when enter is pressed. Therefore the text after the cursor would not be a comment on the new line.

  • The known issue: if you enable the singleLineBlockOnEnter setting, for some languages, including C, C++, Sass - pressing tab immediately 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