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

VS Code CSS Comments - Slash Version

kingcc

|
1,154 installs
| (1) | 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

CircleCI

VS Code CSS Comments - // Version

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 Kingcc

Release Notes

Moved to Changelog

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