Releases: yCodeTech/auto-comment-blocks
Releases · yCodeTech/auto-comment-blocks
Automatic Comment Blocks v1.1.0
What's Changed
Added automatic-language support.
Removed handcoded language definitions.
- Release v1.1.0 by @yCodeTech in #1
Fixes:
Fixes but dependant on 3rd party language extensions are installed or defined in the user settings:
For more information, on auto-support please read the README file.
Full Changelog: v1.0.3...v1.1.0
v1.0.3
Automatic Comment Blocks v1.0.3
Note: Released on VS Code Marketplace on 17/09/2022; started GitHub releases on 17/11/2024.
Notable changes
- Added support for JavaScript and TypeScript multiline block comments - a pull request by a-stewart for the original plugin. Fixes issue kevb34ns#27.
- Created a new language config file for Blade to use blade's comments as well as the multiline block comments
- Updated various language config files to reflect a pull request by a-stewart for the original plugin.
- Added support for protocol buffers - a pull request by jun-sheaf for the original plugin.
- Added support for
//!comments - a pull request by Lucretiel for the original plugin and fixes the issue kevb34ns#25 - Added support for csharp(c#) (using the cpp(c++) config file) - Fixes the issue kevb34ns#41.
- Updated the support for
/*! */comments and including the!on every line.
Full Changelog: https://github.com/yCodeTech/auto-comment-blocks/commits/v1.0.3