Skip to content

Automatic Comment Blocks v1.1.2

Choose a tag to compare

@yCodeTech yCodeTech released this 27 Dec 04:28
· 105 commits to master since this release

Fixed single-line comments were not inserting new commented lines for any languages when pressing enter (when singleLineBlockOnEnter was set to true), caused by an unknown bug within VScode itself.

Also, in JavaScript and TypeScript files, pressing tab on an empty line may insert a * on that line. Probably the same bug as above. The regex fix inadvertently fixes #2

Note: v1.1.1 of the extension was released on the marketplace by mistake without a changelog. The official bug fix is v1.1.2.

Full Changelog: v1.1.0...v1.1.2