Skip to content

ajayexpert/comment-snippet

Repository files navigation

Sublime Comment Snippets

A variety of comment snippets for Sublime Text

Block Comment

trigger: /*

/*
 * Description
 */

Protected Block Comment

trigger: /*!

/*!
 * Description
 */

Docblock Comment

trigger: /**

/**
 * Description
 */

Deluxe Docblock Comment (JS)

trigger: /***

/**
 * Description
 *
 * @param {Object} opt - Foo
 *
 * @return {number} b - Bar
 */

Deluxe Docblock Comment (PHP)

trigger: /***

/**
 * Description
 *
 * @param string $a Foo
 *
 * @return int $b Bar
 */

Shebang Comment (shell)

trigger: #!

#!/usr/bin/env bash
#
# Description
# Usage: ./<current filename>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published