ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Fancy CSS Comments

Comment Your Css Like a Pro :sunglasses:, by integrating this plugin into your favorite code editor :ok_hand:.

Labels css, comments, snippets

Details

Installs

  • Total 437
  • Win 323
  • Mac 77
  • Linux 37
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Fancy Comments :blossom:

Comment Your Css Like a Pro!!! :ok_hand:

Works for CSS, SCSS & SASS.

To trigger a comment put a c- followed by it’s name, as shown below: :point_down:

Fancy Comments Preview

Basic Comment

trigger: c-basic tab

/* Basic comment */

Block Comment

trigger: c-block tab

/**
*
*  block comment
*
*/

Section Header Comment

trigger: c-header tab

/*======================================
*            header comment            *
======================================*/

Section Footer Comment

trigger: c-footer tab

/*==================  footer comment  ==================*/

Section Comment

trigger: c-section tab

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


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

Subsection Comment

trigger: c-sub= tab

/* comment
    ====================================================================== */

Subsection dash Comment

trigger: c-sub- tab

/***
*** comment
–––––––––––––––––––––––––––––––––––––––––––––––––– ***/

Todo Comment

trigger: c-todo tab

/**

    # TODO:
    1: First todo 
    2: Second todo 
    3: Third todo 
 */

Contributing

The Following is a guide on how to contribute.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-comment-style
  3. Commit your changes: git commit -m "Added new comment style..."
  4. Push to the branch: git push origin my-new-comment-style
  5. Submit your pull request and wait :relaxed:.

LICENCE

MIT License © Dennis Peterson