Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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