Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>VS Code CSS CommentsNew to Visual Studio Code? Get it now.
VS Code CSS Comments

VS Code CSS Comments

Ash Hitchcock

|
84,890 installs
| (12) | Free
Visual Studio CSS Comment Snippets
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code CSS Comments

Features

CSS comments made easy and consistent with these VS Code Snippets.

Instructions

Start typing one of the below commands and then hit enter

Simple Comment

Trigger: comment + enter

/* Comment */

Section

Trigger: comment-section + enter

/*=============================================
=            Section comment block            =
=============================================*/



/*=====  End of Section comment block  ======*/

Section Header

Trigger: comment-section-header + enter

/*=============================================
=            Section comment block            =
=============================================*/

Section Footer

Trigger: comment-section-footer + enter

/*=====  End of Section comment block  ======*/

Subsection

Trigger: comment-subsection + enter

/*----------  Subsection comment block  ----------*/

Block Comment

Trigger: comment-block + enter

/**
 *
 * Block comment
 *
 */

Bugs

Please report any bugs on the GitHub repo

Author

Ash Hitchcock

Release Notes

Moved to Changelog

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft