Skip to content

Comment Your Css Like a Pro 😎, by integrating this plugin into your favorite code editor 👌.

License

Notifications You must be signed in to change notification settings

dennohpeter/Fancy-Comments

Repository files navigation

Fancy Comments 🌼

Comment Your Css Like a Pro!!! 👌

Works for CSS, SCSS & SASS.

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

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 ☺️.

LICENCE

MIT License © Dennis Peterson

About

Comment Your Css Like a Pro 😎, by integrating this plugin into your favorite code editor 👌.

Resources

License

Stars

Watchers

Forks

Packages