GithubHelp home page GithubHelp logo

easy-comments-for-sublime's Introduction

Easy Comment for Sublime Text 2/3

In this package you will get collection of comment snippets for sublime those snippets can used for HTML, CSS, JS and other markup.

Comments preview for CSS, JS, PHP etc.

Comments Preview

Command: comm + tab

/* Comment */

Command: comms + tab

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

// Your code here

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

Command: commsh + tab

/*=====================================*/
/*=           Section header          =*/
/*=====================================*/

Command: commsf + tab

/*=========  Section footer  ==========*/

Command: commso + tab

/*!----------------------------------------------
  # Section Name
  ---------------------------------------------*/

Command: commb + tab

/*!
  *
  * Block comment
  *
  */

Command: commtoc + tab

/*!----------------------------------------------
  >>> TABLE OF CONTENTS:
  -----------------------------------------------
	# Section
		## Sub Section
		### Sub Sub Section
	## Sub Section
  # Section
  ---------------------------------------------*/

Command: commtd + tab

/*!
  TODO:
  - First todo item
  - Second todo item
  */

Command: commwpt + tab for WordPress theme details

/*!
  Theme Name: THEME_NAME
  Theme URI: http://your-theme-uri.tld/
  Author: AUTHOR_NAME
  Author URI: http://author-uri.tld/
  Description: THEME_DESCRIPTION
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: THEME_DOMAIN
  Tags: THEME_DOMAIN
  */

Command: commwpp + tab for WordPress plugin details

/*!
  Plugin Name: PLUGIN_NAME
  Plugin URI: PLUGIN_URI
  Description: PLUGIN_DESCRIPTION
  Author: PLUGIN_AUTHOR
  Version: PLUGIN_VERSION
  Author URI: PLUGIN_VERSION
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: PLUGIN_DOMAIN
  */

Comments preview for HTML only.

Comments Preview

Command: commhs + tab

<!--==================================-->
<!--=        Section comment         =-->
<!--==================================-->

<!--====  End of Section comment  ====-->

Command: commhsh + tab

<!--=================================-->
<!--=        Section header         =-->
<!--=================================-->

Command: commhsf + tab

<!--=======  Section footer  =======-->

Source & Credits

This snippets are inspired from @hachesilva's Comment-Snippet repositories.

easy-comments-for-sublime's People

Contributors

aminulbd avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.