Features
CSS comments made easy and consistent with these VS Code Snippets.
Instructions
Start typing one of the below commands and then hit enter
Trigger: comment
+ enter
/* Comment */
Section
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 === */
Subsection
Trigger: comment-subsection
+ enter
/* --- Subsection comment block --- */
Trigger: comment-block
+ enter
/**
* Block comment
*/
Bugs
Please report any bugs on the GitHub repo
Author
Ash Hitchcock
Kingcc
Release Notes
Moved to Changelog