CSS comments made easy and consistent with these VS Code Snippets.
Start typing one of the below commands and then hit enter
Trigger: comment + enter
/* Comment */Trigger: comment-section + enter
/*=============================================
= Section comment block =
=============================================*/
/*===== End of Section comment block ======*/Trigger: comment-section-header + enter
/*=============================================
= Section comment block =
=============================================*/Trigger: comment-section-footer + enter
/*===== End of Section comment block ======*/Trigger: comment-subsection + enter
/*---------- Subsection comment block ----------*/Trigger: comment-block + enter
/**
*
* Block comment
*
*/Please report any bugs on the GitHub repo
Moved to Changelog