Skip to content

recbin/Auto-Complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###Info: Sublime Text snippets. It's just a preference to keep comments organized and to have the same style.

###Install: Drop: Smk-Sublime-Snippets
in: C:\Users\<USERNAME>\AppData\Roaming\Sublime Text 3\Packages\User\

###comm_header_info

/**
 * [[TITLE]]
 *
 * [[DESCRIPTION]]
 *
 * -------------------------------------------------------------------------------------
 * Author: [[NAME]]
 * Author URI: http://[[URL]]
 * Copyright: (c) [[YEAR]] [[NAME]]. All rights reserved
 * -------------------------------------------------------------------------------------
 *
 */

###comm_large_php_js_css

/*
-------------------------------------------------------------------------------
[[TITLE]]
-------------------------------------------------------------------------------
*/

###comm_small_php_js_css This comment automatically expands the underline.

/* [[TITLE]]
-------------------------*/

###comm_head_docs_php_js

/**
 * [[TITLE]]
 *
 * [[DESCRIPTION]]
 *
 * @param string 
 * @return string 
 */

###comm_head_docs_sep_php_js

//------------------------------------//--------------------------------------//

/**
 * [[TITLE]]
 *
 * [[DESCRIPTION]]
 *
 * @param string 
 * @return string 
 */

###comm_separator_php_js_less

//------------------------------------//--------------------------------------//

###comm_separator_css

/*------------------------------------//--------------------------------------*/

###comm_end_php_js_less

//-------- [[TEXT]] -------//

###comm_end_css

/*-------- [[TEXT]] -------*/

###comm_toc_php_js_css

/*
-------------------------------------------------------------------------------
Table of contents
-------------------------------------------------------------------------------

-- [[TEXT]]
-- [[TEXT]]
-- [[TEXT]]
-- [[TEXT]]
-- [[TEXT]]

*/

###comm_todo_php_js_css

/*
TODO:
[[TEXT]]
*/

###comm_small_less This comment automatically expands the underline.

// [[TITLE]]
// ---------------------

###comm_large_less

// ----------------------------------------------------------------------------
// [[TEXT]]
// ----------------------------------------------------------------------------

###comm_large_html

<!--
// ===================================^__^=================================== //
   this
// ===================================^__^=================================== //
-->

About

Simple snippets for Sublime Text editor. Coding style ;)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published