Skip to content

Several snippets to create fancy PHP, CSS and HTML comments.

Notifications You must be signed in to change notification settings

alexgilev/Comment-Snippets

 
 

Repository files navigation

Comment-Snippets for Sublime Text

Several snippets to create some fancy PHP, CSS and HTML comments in Sublime Text.

Comment Snippet Preview

Comments Examples

HTML Comment

Tab trigger: comm-html + tab

<!-- html comment -->

Simple Comment

Tab trigger: comm + tab

/* Comment */

Block Comment

Tab trigger: comm-block + tab

     /**
    *
    * Block comment
    *
    **/

Section

Tab trigger: comm-section + tab

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



    /*-----  End of Section comment block  ------*/

Section Header

Tab trigger: comm-section-header + tab

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

Subsection

Tab trigger: comm-subsection + tab

/*==========  Subsection comment block  ==========*/

Section Footer

Tab trigger: comm-section-footer + tab

/*-----  End of Section comment block  ------*/

Todo Comment

Tab trigger: comm-todo + tab

/**

    TODO:
    - First todo item
    - Second todo item

**/

About

Several snippets to create fancy PHP, CSS and HTML comments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published