Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashhitch/vs-code-css-comments
Visual Studio Code Snippets for CSS comments
https://github.com/ashhitch/vs-code-css-comments
Last synced: about 2 months ago
JSON representation
Visual Studio Code Snippets for CSS comments
- Host: GitHub
- URL: https://github.com/ashhitch/vs-code-css-comments
- Owner: ashhitch
- License: mit
- Created: 2016-08-29T11:18:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T16:22:15.000Z (over 2 years ago)
- Last Synced: 2024-05-21T09:18:27.067Z (7 months ago)
- Size: 15.6 KB
- Stars: 8
- Watchers: 2
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/ashhitch/vs-code-css-comments.svg?style=svg)](https://circleci.com/gh/ashhitch/vs-code-css-comments)
# 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`
```css
/* Comment */
```#### Section
Trigger: `comment-section` + `enter`
```css
/*=============================================
= Section comment block =
=============================================*//*===== End of Section comment block ======*/
```#### Section Header
Trigger: `comment-section-header` + `enter`
```css
/*=============================================
= Section comment block =
=============================================*/
```#### Section Footer
Trigger: `comment-section-footer` + `enter`
```css
/*===== End of Section comment block ======*/
```#### Subsection
Trigger: `comment-subsection` + `enter`
```css
/*---------- Subsection comment block ----------*/
```#### Block Comment
Trigger: `comment-block` + `enter`
```css
/**
*
* Block comment
*
*/
```## Bugs
Please report any bugs on the [GitHub repo](https://github.com/ashhitch/vs-code-css-comments/issues)## Author
[Ash Hitchcock](https://www.ashleyhitchcock.com)## Release Notes
Moved to Changelog